Uses of Class
com.morpheusdata.model.projection.AccountPriceSetIdentityProjection
Packages that use AccountPriceSetIdentityProjection
-
Uses of AccountPriceSetIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type AccountPriceSetIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<AccountPriceSetIdentityProjection>MorpheusAccountPriceSetService.listSyncProjections(Account account) Get a list of AccountPriceSet projections based onAccountAccount must, at least, have an idio.reactivex.rxjava3.core.Observable<AccountPriceSetIdentityProjection>MorpheusAccountPriceSetService.listSyncProjectionsByCode(List<String> codeList) Get a list of AccountPriceSet projections based on codeMethods in com.morpheusdata.core with parameters of type AccountPriceSetIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusAccountPriceSetService.addToPriceSet(AccountPriceSetIdentityProjection accountPriceSetIdp, AccountPriceIdentityProjection accountPriceIdp) Adds a price to a price set and purges and expired prices -
Uses of AccountPriceSetIdentityProjection in com.morpheusdata.model.projection
Fields in com.morpheusdata.model.projection declared as AccountPriceSetIdentityProjectionModifier and TypeFieldDescriptionprotected AccountPriceSetIdentityProjectionAccountPriceSetPriceIdentityProjection.priceSetprotected AccountPriceSetIdentityProjectionPricePlanPriceSetIdentityProjection.priceSetprotected AccountPriceSetIdentityProjectionServicePlanPriceSetIdentityProjection.priceSetMethods in com.morpheusdata.model.projection that return AccountPriceSetIdentityProjectionModifier and TypeMethodDescriptionAccountPriceSetPriceIdentityProjection.getPriceSet()PricePlanPriceSetIdentityProjection.getPriceSet()ServicePlanPriceSetIdentityProjection.getPriceSet()Methods in com.morpheusdata.model.projection with parameters of type AccountPriceSetIdentityProjectionModifier and TypeMethodDescriptionvoidAccountPriceSetPriceIdentityProjection.setPriceSet(AccountPriceSetIdentityProjection priceSet) voidPricePlanPriceSetIdentityProjection.setPriceSet(AccountPriceSetIdentityProjection priceSet) voidServicePlanPriceSetIdentityProjection.setPriceSet(AccountPriceSetIdentityProjection priceSet)