public class SCIMResource extends AbstractResource
Modifier and Type | Class and Description |
---|---|
static class |
SCIMResource.Attributes |
static class |
SCIMResource.SubAttributes |
Constructor and Description |
---|
SCIMResource() |
Modifier and Type | Method and Description |
---|---|
SCIMResource.Attributes[] |
getAttributes() |
String |
getDescription() |
String |
getEndpoint() |
String |
getName() |
String |
getSchema() |
SCIMResource.SubAttributes[] |
getSubAttributes() |
SCIMResource |
setAttributes(SCIMResource.Attributes[] attributes) |
SCIMResource |
setDescription(String description) |
SCIMResource |
setEndpoint(String endpoint) |
SCIMResource |
setName(String name) |
SCIMResource |
setSchema(String schema) |
SCIMResource |
setSubAttributes(SCIMResource.SubAttributes[] subAttributes) |
getExternalId, getId, getMeta, getSchemas, setExternalId, setId, setMeta, setSchemas
public String getName()
public SCIMResource setName(String name)
public String getDescription()
public SCIMResource setDescription(String description)
public String getSchema()
public SCIMResource setSchema(String schema)
public String getEndpoint()
public SCIMResource setEndpoint(String endpoint)
public SCIMResource.Attributes[] getAttributes()
public SCIMResource setAttributes(SCIMResource.Attributes[] attributes)
public SCIMResource.SubAttributes[] getSubAttributes()
public SCIMResource setSubAttributes(SCIMResource.SubAttributes[] subAttributes)
Copyright © 2019. All rights reserved.