Class AllowancesClientProxy
java.lang.Object
co.yellowdog.platform.clients.usage.AllowancesClientProxy
-
Method Summary
Modifier and TypeMethodDescriptionaddAllowance
(@NonNull Allowance allowance) boostAllowance
(@NonNull String allowanceId, int boostHours) checkComputeRequirementExhaustion
(@NonNull ComputeRequirement computeRequirement) void
deleteAllowance
(@NonNull String allowanceId) getAllowance
(@NonNull String allowanceId) searchAllowances
(@NonNull AllowanceSearch search, @NonNull SliceReference sliceReference)
-
Method Details
-
addAllowance
-
deleteAllowance
-
getAllowance
-
boostAllowance
-
searchAllowances
public Slice<Allowance> searchAllowances(@NonNull @NonNull AllowanceSearch search, @NonNull @NonNull SliceReference sliceReference) -
checkComputeRequirementExhaustion
public List<AllowanceExhaustedNotification> checkComputeRequirementExhaustion(@NonNull @NonNull ComputeRequirement computeRequirement)
-