public static class SCIMResource.Attributes extends Object
Constructor and Description |
---|
Attributes() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getMultiValuedAttributeChildName() |
String |
getName() |
String |
getSchema() |
String |
getType() |
boolean |
isCaseExact() |
boolean |
isMultiValued() |
boolean |
isReadOnly() |
boolean |
isRequired() |
SCIMResource.Attributes |
setCaseExact(boolean caseExact) |
SCIMResource.Attributes |
setDescription(String description) |
SCIMResource.Attributes |
setMultiValued(boolean multiValued) |
SCIMResource.Attributes |
setMultiValuedAttributeChildName(String multiValuedAttributeChildName) |
SCIMResource.Attributes |
setName(String name) |
SCIMResource.Attributes |
setReadOnly(boolean readOnly) |
SCIMResource.Attributes |
setRequired(boolean required) |
SCIMResource.Attributes |
setSchema(String schema) |
SCIMResource.Attributes |
setType(String type) |
public String getName()
public SCIMResource.Attributes setName(String name)
public String getType()
public SCIMResource.Attributes setType(String type)
public boolean isMultiValued()
public SCIMResource.Attributes setMultiValued(boolean multiValued)
public String getMultiValuedAttributeChildName()
public SCIMResource.Attributes setMultiValuedAttributeChildName(String multiValuedAttributeChildName)
public String getDescription()
public SCIMResource.Attributes setDescription(String description)
public String getSchema()
public SCIMResource.Attributes setSchema(String schema)
public boolean isReadOnly()
public SCIMResource.Attributes setReadOnly(boolean readOnly)
public boolean isRequired()
public SCIMResource.Attributes setRequired(boolean required)
public boolean isCaseExact()
public SCIMResource.Attributes setCaseExact(boolean caseExact)
Copyright © 2018. All rights reserved.