Uses of Class
co.yellowdog.platform.model.AccountAllowance.Builder
Packages that use AccountAllowance.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AccountAllowance.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return AccountAllowance.BuilderModifier and TypeMethodDescriptionAccountAllowance.Builder.allowedHours(int allowedHours) AccountAllowance.Builder.boostHours(Integer boostHours) static AccountAllowance.BuilderAccountAllowance.builder()AccountAllowance.Builder.clearMonitoredStatuses()AccountAllowance.Builder.description(String description) AccountAllowance.Builder.effectiveFrom(Instant effectiveFrom) AccountAllowance.Builder.effectiveUntil(Instant effectiveUntil) AccountAllowance.Builder.hardLimitGraceMinutes(Integer hardLimitGraceMinutes) AccountAllowance.Builder.limitEnforcement(AllowanceLimitEnforcement limitEnforcement) AccountAllowance.Builder.monitoredStatus(InstanceStatus monitoredStatus) AccountAllowance.Builder.monitoredStatuses(Collection<? extends InstanceStatus> monitoredStatuses) AccountAllowance.Builder.resetInterval(Integer resetInterval) AccountAllowance.Builder.resetType(AllowanceResetType resetType)