Class ExtensionGroupGroup


  • @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).

    • Method Detail

      • getDescription

        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

        Returns:
        the value
      • getCreationMechanism

        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

        Returns:
        the value
      • getGrants

        public List<GroupExtGrants> getGrants()
        Grants assigned to group

        *SCIM++ Properties:** - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

        Returns:
        the value
      • getOwners

        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

        Returns:
        the value
      • getAppRoles

        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

        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel