Uses of Class
co.yellowdog.platform.model.Allowance
Packages that use Allowance
Package
Description
Provides the classes needed to interact with the YellowDog Usage service Allowances endpoints.
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of Allowance in co.yellowdog.platform.clients.usage
Methods in co.yellowdog.platform.clients.usage that return AllowanceModifier and TypeMethodDescriptionAllowancesClient.addAllowance
(Allowance allowance) AllowancesClientImpl.addAllowance
(@NonNull Allowance allowance) AllowancesClientProxy.addAllowance
(@NonNull Allowance allowance) AllowancesClient.boostAllowance
(Allowance allowance, int boostHours) AllowancesClient.boostAllowance
(String allowanceId, int boostHours) AllowancesClientImpl.boostAllowance
(@NonNull Allowance allowance, int boostHours) AllowancesClientImpl.boostAllowance
(@NonNull String allowanceId, int boostHours) AllowancesClientProxy.boostAllowance
(@NonNull String allowanceId, int boostHours) AllowancesClient.getAllowance
(Allowance allowance) AllowancesClient.getAllowance
(String allowanceId) AllowancesClientImpl.getAllowance
(@NonNull Allowance allowance) AllowancesClientImpl.getAllowance
(@NonNull String allowanceId) AllowancesClientProxy.getAllowance
(@NonNull String allowanceId) Methods in co.yellowdog.platform.clients.usage that return types with arguments of type AllowanceModifier and TypeMethodDescriptionAllowancesClient.getAllowances
(AllowanceSearch allowanceSearch) AllowancesClientImpl.getAllowances
(AllowanceSearch search) AllowancesClientProxy.searchAllowances
(@NonNull AllowanceSearch search, @NonNull SliceReference sliceReference) Methods in co.yellowdog.platform.clients.usage with parameters of type AllowanceModifier and TypeMethodDescriptionAllowancesClient.addAllowance
(Allowance allowance) AllowancesClientImpl.addAllowance
(@NonNull Allowance allowance) AllowancesClientProxy.addAllowance
(@NonNull Allowance allowance) AllowancesClient.boostAllowance
(Allowance allowance, int boostHours) AllowancesClientImpl.boostAllowance
(@NonNull Allowance allowance, int boostHours) void
AllowancesClient.deleteAllowance
(Allowance allowance) void
AllowancesClientImpl.deleteAllowance
(@NonNull Allowance allowance) AllowancesClient.getAllowance
(Allowance allowance) AllowancesClientImpl.getAllowance
(@NonNull Allowance allowance) -
Uses of Allowance in co.yellowdog.platform.model
Subclasses of Allowance in co.yellowdog.platform.modelModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Allowance in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type Allowance in co.yellowdog.platform.model.validation.customvalidators