Class SCIMAttribute
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.common.SCIMAttribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()getValue()booleanvoidsetCanonicalValues(List<String> canonicalValues) voidsetCaseExact(Boolean caseExact) voidsetDescription(String description) voidsetMultiValued(Boolean multiValued) voidsetMutability(String mutability) voidvoidsetReferenceTypes(List<String> referenceTypes) voidsetRequired(Boolean required) voidsetReturned(String returned) voidsetSubAttributes(List<SCIMAttribute> subAttributes) voidvoidsetUniqueness(String uniqueness) voidMethods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
SCIMAttribute
public SCIMAttribute()
-
-
Method Details
-
getCanonicalValues
-
setCanonicalValues
-
getCaseExact
-
setCaseExact
-
getDescription
-
setDescription
-
getMutability
-
setMutability
-
getMultiValued
-
setMultiValued
-
getName
-
setName
-
getReferenceTypes
-
setReferenceTypes
-
getRequired
-
setRequired
-
getReturned
-
setReturned
-
getSubAttributes
-
setSubAttributes
-
getType
-
setType
-
getValue
-
setValue
-
getUniqueness
-
setUniqueness
-
hasSubAttributeErrors
public boolean hasSubAttributeErrors()
-