Uses of Class
com.oracle.bmc.identitydomains.model.GrantGrantee
-
Packages that use GrantGrantee Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GrantGrantee in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GrantGrantee Modifier and Type Method Description GrantGrantee
GrantGrantee.Builder. build()
GrantGrantee
Grant. getGrantee()
Methods in com.oracle.bmc.identitydomains.model with parameters of type GrantGrantee Modifier and Type Method Description GrantGrantee.Builder
GrantGrantee.Builder. copy(GrantGrantee model)
Grant.Builder
Grant.Builder. grantee(GrantGrantee grantee)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type GrantGrantee Constructor Description Grant(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, Grant.GrantMechanism grantMechanism, String compositeKey, Boolean isFulfilled, String grantedAttributeValuesJson, GrantAppEntitlementCollection appEntitlementCollection, GrantGrantor grantor, GrantGrantee grantee, GrantApp app, GrantEntitlement entitlement)
Deprecated.
-