public static interface Entitlement.Builder extends SdkPojo, CopyableBuilder<Entitlement.Builder,Entitlement>
| Modifier and Type | Method and Description |
|---|---|
Entitlement.Builder |
allowCheckIn(Boolean allowCheckIn)
Indicates whether check-ins are allowed.
|
Entitlement.Builder |
maxCount(Long maxCount)
Maximum entitlement count.
|
Entitlement.Builder |
name(String name)
Entitlement name.
|
Entitlement.Builder |
overage(Boolean overage)
Indicates whether overages are allowed.
|
Entitlement.Builder |
unit(EntitlementUnit unit)
Entitlement unit.
|
Entitlement.Builder |
unit(String unit)
Entitlement unit.
|
Entitlement.Builder |
value(String value)
Entitlement resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntitlement.Builder name(String name)
Entitlement name.
name - Entitlement name.Entitlement.Builder value(String value)
Entitlement resource. Use only if the unit is None.
value - Entitlement resource. Use only if the unit is None.Entitlement.Builder maxCount(Long maxCount)
Maximum entitlement count. Use if the unit is not None.
maxCount - Maximum entitlement count. Use if the unit is not None.Entitlement.Builder overage(Boolean overage)
Indicates whether overages are allowed.
overage - Indicates whether overages are allowed.Entitlement.Builder unit(String unit)
Entitlement unit.
unit - Entitlement unit.EntitlementUnit,
EntitlementUnitEntitlement.Builder unit(EntitlementUnit unit)
Entitlement unit.
unit - Entitlement unit.EntitlementUnit,
EntitlementUnitEntitlement.Builder allowCheckIn(Boolean allowCheckIn)
Indicates whether check-ins are allowed.
allowCheckIn - Indicates whether check-ins are allowed.Copyright © 2022. All rights reserved.