Package com.mypurecloud.sdk.v2.model
Class BulkUpdateShiftTradeStateResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkUpdateShiftTradeStateResponse
- All Implemented Interfaces:
Serializable
BulkUpdateShiftTradeStateResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the operation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()operationId(String operationId) The ID for the operationThe result of the operation.voidsetOperationId(String operationId) voidvoidThe status of the operationtoString()
-
Constructor Details
-
BulkUpdateShiftTradeStateResponse
public BulkUpdateShiftTradeStateResponse() -
BulkUpdateShiftTradeStateResponse
-
-
Method Details
-
status
public BulkUpdateShiftTradeStateResponse status(BulkUpdateShiftTradeStateResponse.StatusEnum status) The status of the operation -
getStatus
-
setStatus
-
operationId
The ID for the operation -
getOperationId
-
setOperationId
-
result
The result of the operation. Null unless status == Complete -
getResult
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-