Interface AllowancesClient
-
Method Summary
Modifier and TypeMethodDescriptionaddAllowance(Allowance allowance) boostAllowance(Allowance allowance, int boostHours) boostAllowance(String allowanceId, int boostHours) checkComputeRequirementExhaustion(ComputeRequirement computeRequirement) voiddeleteAllowance(Allowance allowance) voiddeleteAllowance(String allowanceId) getAllowance(Allowance allowance) getAllowance(String allowanceId) getAllowances(AllowanceSearch allowanceSearch)
-
Method Details
-
addAllowance
-
deleteAllowance
-
deleteAllowance
-
getAllowance
-
getAllowance
-
boostAllowance
-
boostAllowance
-
getAllowances
-
checkComputeRequirementExhaustion
List<AllowanceExhaustedNotification> checkComputeRequirementExhaustion(ComputeRequirement computeRequirement)
-