Package com.mypurecloud.sdk.v2.model
Class CapacityPlanListItem
java.lang.Object
com.mypurecloud.sdk.v2.model.CapacityPlanListItem
- All Implemented Interfaces:
Serializable
CapacityPlanListItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.booleangetId()getName()inthashCode()The globally unique identifier for the object.metadata(CapacityPlanMetadata metadata) The metadata of this capacity planvoidsetEndBusinessUnitDate(LocalDate endBusinessUnitDate) voidvoidsetMetadata(CapacityPlanMetadata metadata) voidvoidsetStartBusinessUnitDate(LocalDate startBusinessUnitDate) startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.toString()
-
Constructor Details
-
CapacityPlanListItem
public CapacityPlanListItem() -
CapacityPlanListItem
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
-
getName
-
setName
-
startBusinessUnitDate
The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartBusinessUnitDate
-
setStartBusinessUnitDate
-
endBusinessUnitDate
The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEndBusinessUnitDate
-
setEndBusinessUnitDate
-
metadata
The metadata of this capacity plan -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-