public final class Meta extends Object implements Serializable
For more detailed information please look at the SCIM core schema 2.0
| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.Builder
Builder class that is used to build
Meta instances |
| Constructor and Description |
|---|
Meta(java.time.Instant created,
java.time.Instant lastModified,
String location,
String version,
Set<String> attributes,
String resourceType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,Object> |
getAdditionalAttributes()
Gets the additional meta attributes provided by service provider
|
Set<String> |
getAttributes()
Gets the attributes to be deleted from the Resource
|
java.time.Instant |
getCreated()
Gets the date when the
Resource was created |
java.time.Instant |
getLastModified()
Gets the date when the
Resource was last modified |
String |
getLocation()
Gets the URI of the Resource being returned.
|
String |
getResourceType()
Gets the type of the Resource (User or Group)
|
String |
getVersion()
Gets the version of the Resource being returned.
|
int |
hashCode() |
public String getLocation()
For more detailed information please look at the SCIM core schema 2.0, section 5
public String getVersion()
For more detailed information please look at the SCIM core schema 2.0, section 5
public Set<String> getAttributes()
For more detailed information please look at the SCIM core schema 2.0, section 5
public java.time.Instant getCreated()
Resource was createdpublic java.time.Instant getLastModified()
Resource was last modifiedpublic String getResourceType()
public Map<String,Object> getAdditionalAttributes()
Copyright © 2022 SAP SE. All rights reserved.