Class CapacityPlanResponse

java.lang.Object
com.mypurecloud.sdk.v2.model.CapacityPlanResponse
All Implemented Interfaces:
Serializable

public class CapacityPlanResponse extends Object implements Serializable
CapacityPlanResponse
See Also:
  • Constructor Details

    • CapacityPlanResponse

      public CapacityPlanResponse()
    • CapacityPlanResponse

      public CapacityPlanResponse(Boolean initWithEmptyList)
  • Method Details

    • id

      public CapacityPlanResponse id(String id)
      The globally unique identifier for the object.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

      public CapacityPlanResponse name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public CapacityPlanResponse description(String description)
      Description of the capacity plan
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • forecast

      The selected forecast for this capacity plan. Null when main forecast is used in the future
    • getForecast

      public BuShortTermForecastReference getForecast()
    • setForecast

      public void setForecast(BuShortTermForecastReference forecast)
    • startBusinessUnitDate

      public CapacityPlanResponse startBusinessUnitDate(LocalDate 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

      public LocalDate getStartBusinessUnitDate()
    • setStartBusinessUnitDate

      public void setStartBusinessUnitDate(LocalDate startBusinessUnitDate)
    • endBusinessUnitDate

      public CapacityPlanResponse endBusinessUnitDate(LocalDate 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

      public LocalDate getEndBusinessUnitDate()
    • setEndBusinessUnitDate

      public void setEndBusinessUnitDate(LocalDate endBusinessUnitDate)
    • fullTimeEquivalentWeeklyHours

      public CapacityPlanResponse fullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours)
      The weekly hours used to calculate full time equivalent agents
    • getFullTimeEquivalentWeeklyHours

      public Double getFullTimeEquivalentWeeklyHours()
    • setFullTimeEquivalentWeeklyHours

      public void setFullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours)
    • metadata

      public CapacityPlanResponse metadata(CapacityPlanMetadata metadata)
      The metadata of this capacity plan
    • getMetadata

      public CapacityPlanMetadata getMetadata()
    • setMetadata

      public void setMetadata(CapacityPlanMetadata metadata)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object