Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemSchema
Packages that use WorkitemSchema
-
Uses of WorkitemSchema in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemSchemaModifier and TypeMethodDescriptionWorkitem.getSchema()WorkitemVersion.getSchema()Worktype.getSchema()WorktypeVersion.getSchema()The version of the Workitem custom attribute schema.Methods in com.mypurecloud.sdk.v2.model with parameters of type WorkitemSchemaModifier and TypeMethodDescriptionWorkitem.schema(WorkitemSchema schema) The schema defining the custom fields of the Workitem.WorkitemVersion.schema(WorkitemSchema schema) The schema defining the custom fields of the Workitem.Worktype.schema(WorkitemSchema schema) The schema defining the custom attributes for Workitems created from the Worktype.WorktypeVersion.schema(WorkitemSchema schema) The schema defining the custom attributes for Workitems created from the Worktype.voidWorkitem.setSchema(WorkitemSchema schema) voidWorkitemVersion.setSchema(WorkitemSchema schema) voidWorktype.setSchema(WorkitemSchema schema) voidWorktypeVersion.setSchema(WorkitemSchema schema)