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