public static class SCIMResource.SubAttributes extends Object
Constructor and Description |
---|
SubAttributes() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCanonicalValues() |
String |
getDescription() |
String |
getName() |
String |
getType() |
boolean |
isCaseExact() |
boolean |
isReadOnly() |
boolean |
isRequired() |
SCIMResource.SubAttributes |
setCanonicalValues(String[] canonicalValues) |
SCIMResource.SubAttributes |
setCaseExact(boolean caseExact) |
SCIMResource.SubAttributes |
setDescription(String description) |
SCIMResource.SubAttributes |
setName(String name) |
SCIMResource.SubAttributes |
setReadOnly(boolean readOnly) |
SCIMResource.SubAttributes |
setRequired(boolean required) |
SCIMResource.SubAttributes |
setType(String type) |
public String getName()
public SCIMResource.SubAttributes setName(String name)
public String getType()
public SCIMResource.SubAttributes setType(String type)
public String getDescription()
public SCIMResource.SubAttributes setDescription(String description)
public boolean isReadOnly()
public SCIMResource.SubAttributes setReadOnly(boolean readOnly)
public boolean isRequired()
public SCIMResource.SubAttributes setRequired(boolean required)
public boolean isCaseExact()
public SCIMResource.SubAttributes setCaseExact(boolean caseExact)
public String[] getCanonicalValues()
public SCIMResource.SubAttributes setCanonicalValues(String[] canonicalValues)
Copyright © 2018. All rights reserved.