Uses of Class
com.morpheusdata.model.projection.ServicePlanPriceSetIdentityProjection
Packages that use ServicePlanPriceSetIdentityProjection
-
Uses of ServicePlanPriceSetIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type ServicePlanPriceSetIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ServicePlanPriceSetIdentityProjection>MorpheusServicePlanPriceSetService.listIdentityProjections(AccountPriceSet accountPriceSet) Get a list of ServicePlanPriceSet projections based onAccountPriceSetAccountPriceSet must, at least, have an id or code setio.reactivex.rxjava3.core.Observable<ServicePlanPriceSetIdentityProjection>MorpheusServicePlanPriceSetService.listIdentityProjections(List<AccountPriceSet> accountPriceSets) Get a list of ServicePlanPriceSet projections based on a list ofAccountPriceSetAccountPriceSet must, at least, have an id or code setio.reactivex.rxjava3.core.Observable<ServicePlanPriceSetIdentityProjection>MorpheusServicePlanPriceSetService.listSyncProjections(AccountPriceSet accountPriceSet) Deprecated.io.reactivex.rxjava3.core.Observable<ServicePlanPriceSetIdentityProjection>MorpheusServicePlanPriceSetService.listSyncProjections(List<AccountPriceSet> accountPriceSets) Deprecated.
MorpheusServicePlanPriceSetService.listIdentityProjections(AccountPriceSet)