Uses of Class
com.oracle.bmc.identitydomains.model.AppGrants.Builder
-
Packages that use AppGrants.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppGrants.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppGrants.Builder Modifier and Type Method Description static AppGrants.Builder
AppGrants. builder()
Create a new builder.AppGrants.Builder
AppGrants.Builder. copy(AppGrants model)
AppGrants.Builder
AppGrants.Builder. granteeId(String granteeId)
Grantee identifierAppGrants.Builder
AppGrants.Builder. granteeType(AppGrants.GranteeType granteeType)
Grantee resource type.AppGrants.Builder
AppGrants.Builder. grantMechanism(AppGrants.GrantMechanism grantMechanism)
Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.AppGrants.Builder
AppGrants.Builder. ref(String ref)
Grant URIAppGrants.Builder
AppGrants. toBuilder()
AppGrants.Builder
AppGrants.Builder. value(String value)
Grant identifier
-