@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class ExtensionGroupGroup extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Oracle Identity Cloud Service Group
Note: Objects should always be created or deserialized using the ExtensionGroupGroup.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the ExtensionGroupGroup.Builder
, which maintain a
set of all explicitly set fields called ExtensionGroupGroup.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ExtensionGroupGroup.Builder |
static class |
ExtensionGroupGroup.CreationMechanism
Source from which this group got created.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ExtensionGroupGroup(String description,
ExtensionGroupGroup.CreationMechanism creationMechanism,
GroupExtPasswordPolicy passwordPolicy,
GroupExtSyncedFromApp syncedFromApp,
List<GroupExtGrants> grants,
List<GroupExtOwners> owners,
List<GroupExtAppRoles> appRoles)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionGroupGroup.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<GroupExtAppRoles> |
getAppRoles()
A list of appRoles that the user belongs to, either thorough direct membership, nested
groups, or dynamically calculated
|
ExtensionGroupGroup.CreationMechanism |
getCreationMechanism()
Source from which this group got created.
|
String |
getDescription()
Group description
|
List<GroupExtGrants> |
getGrants()
Grants assigned to group
|
List<GroupExtOwners> |
getOwners()
Group owners
|
GroupExtPasswordPolicy |
getPasswordPolicy() |
GroupExtSyncedFromApp |
getSyncedFromApp() |
int |
hashCode() |
ExtensionGroupGroup.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"description","creationMechanism","passwordPolicy","syncedFromApp","grants","owners","appRoles"}) public ExtensionGroupGroup(String description, ExtensionGroupGroup.CreationMechanism creationMechanism, GroupExtPasswordPolicy passwordPolicy, GroupExtSyncedFromApp syncedFromApp, List<GroupExtGrants> grants, List<GroupExtOwners> owners, List<GroupExtAppRoles> appRoles)
public static ExtensionGroupGroup.Builder builder()
Create a new builder.
public ExtensionGroupGroup.Builder toBuilder()
public String getDescription()
Group description
*SCIM++ Properties:** - caseExact: false - idcsCsvAttributeName: Description - idcsCsvAttributeNameMappings: [[columnHeaderName:Description]] - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public ExtensionGroupGroup.CreationMechanism getCreationMechanism()
Source from which this group got created.
*SCIM++ Properties:** - caseExact: false - idcsCsvAttributeNameMappings: [[defaultValue:import]] - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: request - type: string - uniqueness: none
public GroupExtPasswordPolicy getPasswordPolicy()
public GroupExtSyncedFromApp getSyncedFromApp()
public List<GroupExtGrants> getGrants()
Grants assigned to group
*SCIM++ Properties:** - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
public List<GroupExtOwners> getOwners()
Group owners
*SCIM++ Properties:** - caseExact: false - idcsCompositeKey: [value, type] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
public List<GroupExtAppRoles> getAppRoles()
A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
*SCIM++ Properties:** - caseExact: false - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.