Uses of Class
com.mypurecloud.sdk.v2.model.DevelopmentActivity
Packages that use DevelopmentActivity
-
Uses of DevelopmentActivity in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DevelopmentActivityModifier and TypeMethodDescriptionUsersApi.getUsersDevelopmentActivity(GetUsersDevelopmentActivityRequest request) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.UsersApi.getUsersDevelopmentActivity(String activityId, String type) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DevelopmentActivityModifier and TypeMethodDescriptionUsersApi.getUsersDevelopmentActivity(ApiRequest<Void> request) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.UsersApiAsync.getUsersDevelopmentActivityAsync(GetUsersDevelopmentActivityRequest request, AsyncApiCallback<DevelopmentActivity> callback) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.UsersApiAsync.getUsersDevelopmentActivityAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DevelopmentActivity>> callback) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.UsersApi.getUsersDevelopmentActivityWithHttpInfo(String activityId, String type) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DevelopmentActivityModifier and TypeMethodDescriptionUsersApiAsync.getUsersDevelopmentActivityAsync(GetUsersDevelopmentActivityRequest request, AsyncApiCallback<DevelopmentActivity> callback) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.UsersApiAsync.getUsersDevelopmentActivityAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DevelopmentActivity>> callback) Get a Development Activity Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment. -
Uses of DevelopmentActivity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DevelopmentActivityModifier and TypeMethodDescriptionDevelopmentActivity.archivalMode(DevelopmentActivity.ArchivalModeEnum archivalMode) Module archive typeDevelopmentActivity.attendees(List<UserReference> attendees) List of users attending the activityDue date for completion of the activity.DevelopmentActivity.facilitator(UserReference facilitator) Facilitator of the activityTrue if this is the latest version of assignment assigned to the userDevelopmentActivity.isModuleArchived(Boolean isModuleArchived) True if the associated module is archivedIndicates if the activity is overdueThe name of the activityDevelopmentActivity.status(DevelopmentActivity.StatusEnum status) The status of the activityDevelopmentActivity.type(DevelopmentActivity.TypeEnum type) The type of activityMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DevelopmentActivityMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DevelopmentActivityModifier and TypeMethodDescriptionDevelopmentActivityListing.entities(List<DevelopmentActivity> entities) voidDevelopmentActivityListing.setEntities(List<DevelopmentActivity> entities)