Uses of Class
com.cumulocity.rest.representation.application.microservice.MicroserviceBillingRepresentation
-
Packages that use MicroserviceBillingRepresentation Package Description com.cumulocity.rest.representation.application.microservice -
-
Uses of MicroserviceBillingRepresentation in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return types with arguments of type MicroserviceBillingRepresentation Modifier and Type Method Description List<MicroserviceBillingRepresentation>MicroserviceBillingCollectionRepresentation. getBillings()Iterator<MicroserviceBillingRepresentation>MicroserviceBillingCollectionRepresentation. iterator()Method parameters in com.cumulocity.rest.representation.application.microservice with type arguments of type MicroserviceBillingRepresentation Modifier and Type Method Description voidMicroserviceBillingCollectionRepresentation. setBillings(List<MicroserviceBillingRepresentation> billings)Constructor parameters in com.cumulocity.rest.representation.application.microservice with type arguments of type MicroserviceBillingRepresentation Constructor Description MicroserviceBillingCollectionRepresentation(List<MicroserviceBillingRepresentation> billings)
-