Uses of Class
io.gs2.watch.model.BillingActivity
Packages that use BillingActivity
-
Uses of BillingActivity in io.gs2.watch.model
Methods in io.gs2.watch.model that return BillingActivityModifier and TypeMethodDescriptionstatic BillingActivityBillingActivity.fromJson(com.fasterxml.jackson.databind.JsonNode data) BillingActivity.withActivityType(String activityType) BillingActivity.withBillingActivityId(String billingActivityId) BillingActivity.withService(String service) Methods in io.gs2.watch.model with parameters of type BillingActivity -
Uses of BillingActivity in io.gs2.watch.result
Methods in io.gs2.watch.result that return BillingActivityMethods in io.gs2.watch.result that return types with arguments of type BillingActivityMethods in io.gs2.watch.result with parameters of type BillingActivityModifier and TypeMethodDescriptionvoidGetBillingActivityResult.setItem(BillingActivity item) GetBillingActivityResult.withItem(BillingActivity item) Method parameters in io.gs2.watch.result with type arguments of type BillingActivityModifier and TypeMethodDescriptionvoidDescribeBillingActivitiesResult.setItems(List<BillingActivity> items) DescribeBillingActivitiesResult.withItems(List<BillingActivity> items)