Class Meta


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: v1")
    public final class Meta
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    A complex attribute that contains resource metadata.

    All sub-attributes are OPTIONAL.

    *SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]] - type: complex
    Note: Objects should always be created or deserialized using the Meta.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 Meta.Builder, which maintain a set of all explicitly set fields called Meta.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

      • builder

        public static Meta.Builder builder()
        Create a new builder.
      • getResourceType

        public String getResourceType()
        Name of the resource type of the resource–for example, Users or Groups

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Returns:
        the value
      • getCreated

        public String getCreated()
        The DateTime the Resource was added to the Service Provider

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: dateTime - uniqueness: none

        Returns:
        the value
      • getLastModified

        public String getLastModified()
        The most recent DateTime that the details of this Resource were updated at the Service Provider.

        If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: dateTime - uniqueness: none

        Returns:
        the value
      • getLocation

        public String getLocation()
        The URI of the Resource being returned.

        This value MUST be the same as the Location HTTP response header.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Returns:
        the value
      • getVersion

        public String getVersion()
        The version of the Resource being returned.

        This value must be the same as the ETag HTTP response header.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - 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