Uses of Class
com.morpheusdata.model.AccountPriceSet
Packages that use AccountPriceSet
-
Uses of AccountPriceSet in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type AccountPriceSetModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<AccountPriceSet>MorpheusAccountPriceSetService.listByCode(Collection<String> codes) Get a list of AccountPriceSet objects from a list of projection codesio.reactivex.rxjava3.core.Observable<AccountPriceSet>MorpheusAccountPriceSetService.listById(Collection<Long> ids) Get a list of AccountPriceSet objects from a list of projection idsMethods in com.morpheusdata.core with parameters of type AccountPriceSetModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusAccountPriceSetService.addPriceSetToParent(AccountPriceSet accountPriceSet, MorpheusModel parent) Adds a price set to parent associationio.reactivex.rxjava3.core.Single<Boolean>MorpheusAccountPriceSetService.addToPriceSet(AccountPriceSet accountPriceSet, AccountPrice accountPrice) Adds a price to a price set and purges and expired pricesio.reactivex.rxjava3.core.Observable<AccountPriceIdentityProjection>MorpheusAccountPriceService.listIdentityProjections(AccountPriceSet accountPriceSet) Get a list of AccountPrice projections associated with AccountPriceSetio.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.listSyncProjections(AccountPriceSet accountPriceSet) Deprecated.Method parameters in com.morpheusdata.core with type arguments of type AccountPriceSetModifier and TypeMethodDescriptionio.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(List<AccountPriceSet> accountPriceSets) Deprecated. -
Uses of AccountPriceSet in com.morpheusdata.model
Fields in com.morpheusdata.model declared as AccountPriceSetModifier and TypeFieldDescriptionprotected AccountPriceSetAccountPriceSetPrice.priceSetprotected AccountPriceSetPricePlanPriceSet.priceSetprotected AccountPriceSetServicePlanPriceSet.priceSetMethods in com.morpheusdata.model that return AccountPriceSetModifier and TypeMethodDescriptionAccountPriceSetPrice.getPriceSet()PricePlanPriceSet.getPriceSet()ServicePlanPriceSet.getPriceSet()Methods in com.morpheusdata.model with parameters of type AccountPriceSetModifier and TypeMethodDescriptionvoidAccountPriceSetPrice.setPriceSet(AccountPriceSet priceSet) voidPricePlanPriceSet.setPriceSet(AccountPriceSet priceSet) voidServicePlanPriceSet.setPriceSet(AccountPriceSet priceSet)
MorpheusServicePlanPriceSetService.listIdentityProjections(AccountPriceSet)