Class GrantEntitlement.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.GrantEntitlement.Builder
 
- 
- Enclosing class:
- GrantEntitlement
 
 public static class GrantEntitlement.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GrantEntitlement.BuilderattributeName(String attributeName)The name of the attribute whose value (specified by attributeValue) confers privilege within the service-instance (specified by app).GrantEntitlement.BuilderattributeValue(String attributeValue)The value of the attribute (specified by attributeName) that confers privilege within the service-instance (specified by app).GrantEntitlementbuild()GrantEntitlement.Buildercopy(GrantEntitlement model)
 
- 
- 
- 
Method Detail- 
attributeNamepublic GrantEntitlement.Builder attributeName(String attributeName) The name of the attribute whose value (specified by attributeValue) confers privilege within the service-instance (specified by app).*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - Parameters:
- attributeName- the value to set
- Returns:
- this builder
 
 - 
attributeValuepublic GrantEntitlement.Builder attributeValue(String attributeValue) The value of the attribute (specified by attributeName) that confers privilege within the service-instance (specified by app).If attributeName is ‘appRoles’, then attributeValue is the ID of the AppRole. *SCIM++ Properties:** - caseExact: true - idcsCsvAttributeName: Display Name - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - Parameters:
- attributeValue- the value to set
- Returns:
- this builder
 
 - 
buildpublic GrantEntitlement build() 
 - 
copypublic GrantEntitlement.Builder copy(GrantEntitlement model) 
 
- 
 
-