Uses of Class
com.mypurecloud.sdk.v2.model.ActivityPlanListItem
Packages that use ActivityPlanListItem
-
Uses of ActivityPlanListItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActivityPlanListItemModifier and TypeMethodDescriptionActivityPlanListItem.activityCode(ActivityCodeReference activityCode) The activity code to which this activity plan applies.ActivityPlanListItem.createdBy(UserReference createdBy) The user who created this activity planActivityPlanListItem.createdDate(Date createdDate) The date the activity plan was created, in ISO-8601 formatActivityPlanListItem.description(String description) The description of this activity planThe globally unique identifier for the object.ActivityPlanListItem.lastRunBy(UserReference lastRunBy) The last user to run this activity planActivityPlanListItem.lastRunDate(Date lastRunDate) The date on which the activity plan was last manually run, in ISO-8601 formatActivityPlanListItem.managementUnits(List<ManagementUnitReference> managementUnits) The management units to which this activity plan applies.ActivityPlanListItem.modifiedBy(UserReference modifiedBy) The last user to modify this activity plan.ActivityPlanListItem.modifiedDate(Date modifiedDate) The date the activity plan was modified, in ISO-8601 formatThe name of the activity planActivityPlanListItem.optimizationObjective(ActivityPlanListItem.OptimizationObjectiveEnum optimizationObjective) The optimization objective of this activity planActivityPlanListItem.recurrenceSettings(RecurrenceSettings recurrenceSettings) Recurrence settings for this activity planActivityPlanListItem.state(ActivityPlanListItem.StateEnum state) The state of this activity planActivityPlanListItem.type(ActivityPlanListItem.TypeEnum type) The type of the activity planMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActivityPlanListItemMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActivityPlanListItemModifier and TypeMethodDescriptionActivityPlanListing.entities(List<ActivityPlanListItem> entities) voidActivityPlanListing.setEntities(List<ActivityPlanListItem> entities)