Uses of Class
com.oracle.bmc.identitydomains.model.GrantEntitlement.Builder
-
Packages that use GrantEntitlement.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GrantEntitlement.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GrantEntitlement.Builder Modifier and Type Method Description GrantEntitlement.Builder
GrantEntitlement.Builder. attributeName(String attributeName)
The name of the attribute whose value (specified by attributeValue) confers privilege within the service-instance (specified by app).GrantEntitlement.Builder
GrantEntitlement.Builder. attributeValue(String attributeValue)
The value of the attribute (specified by attributeName) that confers privilege within the service-instance (specified by app).static GrantEntitlement.Builder
GrantEntitlement. builder()
Create a new builder.GrantEntitlement.Builder
GrantEntitlement.Builder. copy(GrantEntitlement model)
GrantEntitlement.Builder
GrantEntitlement. toBuilder()
-