Class Meta
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.identitydomains.model.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 theMeta.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 theMeta.Builder
, which maintain a set of all explicitly set fields calledMeta.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Meta.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Meta.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCreated()
The DateTime the Resource was added to the Service ProviderString
getLastModified()
The most recent DateTime that the details of this Resource were updated at the Service Provider.String
getLocation()
The URI of the Resource being returned.String
getResourceType()
Name of the resource type of the resource–for example, Users or GroupsString
getVersion()
The version of the Resource being returned.int
hashCode()
Meta.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
Meta
@Deprecated @ConstructorProperties({"resourceType","created","lastModified","location","version"}) public Meta(String resourceType, String created, String lastModified, String location, String version)
Deprecated.
-
-
Method Detail
-
builder
public static Meta.Builder builder()
Create a new builder.
-
toBuilder
public Meta.Builder toBuilder()
-
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 classcom.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 classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-