@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
).
Modifier and Type | Class and Description |
---|---|
static class |
Meta.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
Meta(String resourceType,
String created,
String lastModified,
String location,
String version)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Meta.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCreated()
The DateTime the Resource was added to the Service Provider
|
String |
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 Groups
|
String |
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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"resourceType","created","lastModified","location","version"}) public Meta(String resourceType, String created, String lastModified, String location, String version)
public static Meta.Builder builder()
Create a new builder.
public Meta.Builder toBuilder()
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
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
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
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
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
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.