Uses of Class
com.oracle.bmc.identitydomains.model.GrantGrantor
-
Packages that use GrantGrantor Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GrantGrantor in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GrantGrantor Modifier and Type Method Description GrantGrantor
GrantGrantor.Builder. build()
GrantGrantor
Grant. getGrantor()
Methods in com.oracle.bmc.identitydomains.model with parameters of type GrantGrantor Modifier and Type Method Description GrantGrantor.Builder
GrantGrantor.Builder. copy(GrantGrantor model)
Grant.Builder
Grant.Builder. grantor(GrantGrantor grantor)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type GrantGrantor 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.
-