Uses of Class
com.mypurecloud.sdk.v2.model.Step
Packages that use Step
-
Uses of Step in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StepModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStageStep(GetCasemanagementCaseStageStepRequest request) Get a Step.CaseManagementApi.getCasemanagementCaseStageStep(String caseId, String stageId, String stepId) Get a Step.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StepModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStageStep(ApiRequest<Void> request) Get a Step.CaseManagementApiAsync.getCasemanagementCaseStageStepAsync(GetCasemanagementCaseStageStepRequest request, AsyncApiCallback<Step> callback) Get a Step.CaseManagementApiAsync.getCasemanagementCaseStageStepAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Step>> callback) Get a Step.CaseManagementApi.getCasemanagementCaseStageStepWithHttpInfo(String caseId, String stageId, String stepId) Get a Step.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StepModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseStageStepAsync(GetCasemanagementCaseStageStepRequest request, AsyncApiCallback<Step> callback) Get a Step.CaseManagementApiAsync.getCasemanagementCaseStageStepAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Step>> callback) Get a Step. -
Uses of Step in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StepModifier and TypeMethodDescriptionStep._case(CaseReference _case) The parent Case of the Step.Step.dateCompleted(Date dateCompleted) The Step completion date.Step.dateCreated(Date dateCreated) The Step creation date.Step.dateModified(Date dateModified) The Step modification date.Step.dateStarted(Date dateStarted) The Step start date.Step.description(String description) The description of the Step.Step.modifiedBy(UserReference modifiedBy) The ID of the User who modified the Step.The name of the Step.Step.stage(StageReference stage) The parent Stage of the Step.Step.status(Step.StatusEnum status) The Status of the Step.The version of the Step.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type StepMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Step