| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Builder
The Builder class is used to construct instances of the
Resource |
| Modifier | Constructor and Description |
|---|---|
protected |
Resource()
Default constructor for Jackson
|
protected |
Resource(Resource.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExternalId()
Gets the external Id of the resource.
|
String |
getId()
Gets the Id of the resource.
|
Meta |
getMeta()
Gets the meta attribute
|
Set<String> |
getSchemas()
Gets the list of defined schemas
|
int |
hashCode() |
protected Resource()
protected Resource(Resource.Builder builder)
public String getId()
public String getExternalId()
For more information please look at SCIM core schema 2.0, section 5.1
public Meta getMeta()
public Set<String> getSchemas()
SetCopyright © 2014. All Rights Reserved.