public class EndpointControlFeature extends ScimObjectNode
| Constructor and Description |
|---|
EndpointControlFeature(Boolean createDisabled,
Boolean getDisabled,
Boolean listDisabled,
Boolean updateDisabled,
Boolean deleteDisabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCreateDisabled()
if the create endpoint is disabled or not
|
boolean |
isDeleteDisabled()
if the delete endpoint is disabled or not
|
boolean |
isGetDisabled()
if the get endpoint is disabled or not
|
boolean |
isListDisabled()
if the list endpoint is disabled or not
|
boolean |
isResourceTypeDisabled()
check if all methods are disabled
|
boolean |
isUpdateDisabled()
if the update endpoint is disabled or not
|
void |
setCreateDisabled(Boolean createDisabled)
if the create endpoint is disabled or not
|
void |
setDeleteDisabled(Boolean disableDelete)
if the delete endpoint is disabled or not
|
void |
setGetDisabled(Boolean getDisabled)
if the get endpoint is disabled or not
|
void |
setListDisabled(Boolean listDisabled)
if the list endpoint is disabled or not
|
void |
setUpdateDisabled(Boolean disableUpdate)
if the update endpoint is disabled or not
|
addAttribute, getArrayAttribute, getBooleanAttribute, getDateTimeAttribute, getDoubleAttribute, getIntegerAttribute, getLongAttribute, getObjectAttribute, getSchemaAttribute, getSimpleArrayAttribute, getSimpleArrayAttribute, getSimpleArrayAttributeSet, getSimpleArrayAttributeSet, getStringAttribute, getStringAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeList, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setStringAttributeList, setStringAttributeList_at, _childrenEqual, _put, asToken, deepCopy, elements, equals, equals, fieldNames, fields, findParent, findParents, findValue, findValues, findValuesAsText, get, get, getNodeType, hashCode, isEmpty, isEmpty, isObject, path, path, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, putArray, putNull, putObject, putPOJO, putRawValue, remove, remove, removeAll, replace, required, retain, retain, serialize, serializeWithType, set, setAll, setAll, size, with, withArray, without, withoutarrayNode, arrayNode, asText, binaryNode, binaryNode, booleanNode, missingNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, textNodefindPath, numberType, required, toPrettyString, toString, traverse, traverse_reportRequiredViolation, _this, asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, binaryValue, booleanValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, findParents, findValues, findValuesAsText, floatValue, has, has, hasNonNull, hasNonNull, intValue, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, require, requiredAt, requiredAt, requireNonNull, shortValue, textValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributeDescription, getAttributeName, getCanonicalValues, getMutability, getReferenceTypes, getReturned, getScimNodeName, getUniqueness, getValueType, isCaseExact, isMultiValued, isRequiredforEach, spliteratorpublic boolean isCreateDisabled()
public void setCreateDisabled(Boolean createDisabled)
public boolean isGetDisabled()
public void setGetDisabled(Boolean getDisabled)
public boolean isListDisabled()
public void setListDisabled(Boolean listDisabled)
public boolean isUpdateDisabled()
public void setUpdateDisabled(Boolean disableUpdate)
public boolean isDeleteDisabled()
public void setDeleteDisabled(Boolean disableDelete)
public boolean isResourceTypeDisabled()
Copyright © 2019. All rights reserved.