Uses of Class
com.morpheusdata.model.projection.AccountPriceIdentityProjection
Packages that use AccountPriceIdentityProjection
-
Uses of AccountPriceIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type AccountPriceIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<AccountPriceIdentityProjection>MorpheusAccountPriceService.listIdentityProjections(AccountPriceSet accountPriceSet) Get a list of AccountPrice projections associated with AccountPriceSetio.reactivex.rxjava3.core.Observable<AccountPriceIdentityProjection>MorpheusAccountPriceService.listSyncProjections(Account account) Get a list of AccountPrice projections based onAccountAccount must, at least, have an idio.reactivex.rxjava3.core.Observable<AccountPriceIdentityProjection>MorpheusAccountPriceService.listSyncProjectionsByCode(List<String> codeList) Get a list of AccountPrice projections based on codeMethods in com.morpheusdata.core with parameters of type AccountPriceIdentityProjectionModifier 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 AccountPriceIdentityProjection in com.morpheusdata.model.projection
Fields in com.morpheusdata.model.projection declared as AccountPriceIdentityProjectionModifier and TypeFieldDescriptionprotected AccountPriceIdentityProjectionAccountPriceSetPriceIdentityProjection.priceMethods in com.morpheusdata.model.projection that return AccountPriceIdentityProjectionMethods in com.morpheusdata.model.projection with parameters of type AccountPriceIdentityProjectionModifier and TypeMethodDescriptionvoidAccountPriceSetPriceIdentityProjection.setPrice(AccountPriceIdentityProjection price)