Package com.mypurecloud.sdk.v2.model
Class ShiftTradeActivityPreviewResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeActivityPreviewResponse
- All Implemented Interfaces:
Serializable
ShiftTradeActivityPreviewResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the external activity associated with this activity, if applicable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID of the activity code for this activitycountsAsPaidTime(Boolean countsAsPaidTime) Whether this activity counts as paid timebooleanexternalActivityId(String externalActivityId) The ID of the external activity associated with this activity, if applicableexternalActivityType(ShiftTradeActivityPreviewResponse.ExternalActivityTypeEnum externalActivityType) The type of the external activity associated with this activity, if applicableinthashCode()lengthMinutes(Integer lengthMinutes) The length in minutes of this activitypayableMinutes(Integer payableMinutes) Payable minutes for this activityvoidsetActivityCodeId(String activityCodeId) voidsetCountsAsPaidTime(Boolean countsAsPaidTime) voidsetExternalActivityId(String externalActivityId) voidsetExternalActivityType(ShiftTradeActivityPreviewResponse.ExternalActivityTypeEnum externalActivityType) voidsetLengthMinutes(Integer lengthMinutes) voidsetPayableMinutes(Integer payableMinutes) voidsetStartDate(Date startDate) The start date and time of this activity.toString()
-
Constructor Details
-
ShiftTradeActivityPreviewResponse
public ShiftTradeActivityPreviewResponse() -
ShiftTradeActivityPreviewResponse
-
-
Method Details
-
startDate
The start date and time of this activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
lengthMinutes
The length in minutes of this activity -
getLengthMinutes
-
setLengthMinutes
-
activityCodeId
The ID of the activity code for this activity -
getActivityCodeId
-
setActivityCodeId
-
countsAsPaidTime
Whether this activity counts as paid time -
getCountsAsPaidTime
-
setCountsAsPaidTime
-
payableMinutes
Payable minutes for this activity -
getPayableMinutes
-
setPayableMinutes
-
externalActivityType
public ShiftTradeActivityPreviewResponse externalActivityType(ShiftTradeActivityPreviewResponse.ExternalActivityTypeEnum externalActivityType) The type of the external activity associated with this activity, if applicable -
getExternalActivityType
-
setExternalActivityType
public void setExternalActivityType(ShiftTradeActivityPreviewResponse.ExternalActivityTypeEnum externalActivityType) -
externalActivityId
The ID of the external activity associated with this activity, if applicable -
getExternalActivityId
-
setExternalActivityId
-
equals
-
hashCode
public int hashCode() -
toString
-