Package com.mypurecloud.sdk.v2.model
Class LimitChangeRequestDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.LimitChangeRequestDetails
- All Implemented Interfaces:
Serializable
LimitChangeRequestDetails
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumNamespace the key belongs to (see https://developer.mypurecloud.com/api/rest/v2/organization/limits.html#available_limits)static enumThe reason for rejecting the limit override requeststatic enumCurrent status of the limit change request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the need for the limit change requestbooleangetId()getKey()inthashCode()Limit key to be overridden (see https://developer.mypurecloud.com/api/rest/v2/organization/limits.html#available_limits)namespace(LimitChangeRequestDetails.NamespaceEnum namespace) Namespace the key belongs to (see https://developer.mypurecloud.com/api/rest/v2/organization/limits.html#available_limits)requestedValue(Double requestedValue) Requested limit value for a given keyvoidsetDescription(String description) voidvoidvoidsetRequestedValue(Double requestedValue) voidsetSupportCaseUrl(String supportCaseUrl) supportCaseUrl(String supportCaseUrl) The support case url created by CaretoString()
-
Constructor Details
-
LimitChangeRequestDetails
public LimitChangeRequestDetails() -
LimitChangeRequestDetails
-
-
Method Details
-
getId
-
key
Limit key to be overridden (see https://developer.mypurecloud.com/api/rest/v2/organization/limits.html#available_limits) -
getKey
-
setKey
-
namespace
Namespace the key belongs to (see https://developer.mypurecloud.com/api/rest/v2/organization/limits.html#available_limits) -
getNamespace
-
setNamespace
-
requestedValue
Requested limit value for a given key -
getRequestedValue
-
setRequestedValue
-
description
Description of the need for the limit change request -
getDescription
-
setDescription
-
supportCaseUrl
The support case url created by Care -
getSupportCaseUrl
-
setSupportCaseUrl
-
getStatus
-
getCurrentValue
-
getDateCreated
-
getStatusHistory
-
getDateCompleted
-
getRejectReason
-
getApprovalNamespaces
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-