Uses of Class
com.mypurecloud.sdk.v2.model.ConversationDataSchema
Packages that use ConversationDataSchema
-
Uses of ConversationDataSchema in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ConversationDataSchemaModifier and TypeMethodDescriptionConversationsApi.getConversationsCustomattributesSchema(GetConversationsCustomattributesSchemaRequest request) Get a schemaConversationsApi.getConversationsCustomattributesSchema(String schemaId) Get a schemaConversationsApi.getConversationsCustomattributesSchemaVersion(GetConversationsCustomattributesSchemaVersionRequest request) Get a specific version of a schemaConversationsApi.getConversationsCustomattributesSchemaVersion(String schemaId, String versionId) Get a specific version of a schemaConversationsApi.postConversationsCustomattributesSchemas(PostConversationsCustomattributesSchemasRequest request) Create a schemaConversationsApi.postConversationsCustomattributesSchemas(ConversationJsonSchemaRequest body) Create a schemaConversationsApi.putConversationsCustomattributesSchema(PutConversationsCustomattributesSchemaRequest request) Update a schemaConversationsApi.putConversationsCustomattributesSchema(String schemaId, ConversationSchemaUpdateRequest body) Update a schemaMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ConversationDataSchemaModifier and TypeMethodDescriptionConversationsApi.getConversationsCustomattributesSchema(ApiRequest<Void> request) Get a schemaConversationsApiAsync.getConversationsCustomattributesSchemaAsync(GetConversationsCustomattributesSchemaRequest request, AsyncApiCallback<ConversationDataSchema> callback) Get a schemaConversationsApiAsync.getConversationsCustomattributesSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Get a schemaConversationsApi.getConversationsCustomattributesSchemaVersion(ApiRequest<Void> request) Get a specific version of a schemaConversationsApiAsync.getConversationsCustomattributesSchemaVersionAsync(GetConversationsCustomattributesSchemaVersionRequest request, AsyncApiCallback<ConversationDataSchema> callback) Get a specific version of a schemaConversationsApiAsync.getConversationsCustomattributesSchemaVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Get a specific version of a schemaConversationsApi.getConversationsCustomattributesSchemaVersionWithHttpInfo(String schemaId, String versionId) Get a specific version of a schemaConversationsApi.getConversationsCustomattributesSchemaWithHttpInfo(String schemaId) Get a schemaConversationsApi.postConversationsCustomattributesSchemas(ApiRequest<ConversationJsonSchemaRequest> request) Create a schemaConversationsApiAsync.postConversationsCustomattributesSchemasAsync(PostConversationsCustomattributesSchemasRequest request, AsyncApiCallback<ConversationDataSchema> callback) Create a schemaConversationsApiAsync.postConversationsCustomattributesSchemasAsync(ApiRequest<ConversationJsonSchemaRequest> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Create a schemaConversationsApi.postConversationsCustomattributesSchemasWithHttpInfo(ConversationJsonSchemaRequest body) Create a schemaConversationsApi.putConversationsCustomattributesSchema(ApiRequest<ConversationSchemaUpdateRequest> request) Update a schemaConversationsApiAsync.putConversationsCustomattributesSchemaAsync(PutConversationsCustomattributesSchemaRequest request, AsyncApiCallback<ConversationDataSchema> callback) Update a schemaConversationsApiAsync.putConversationsCustomattributesSchemaAsync(ApiRequest<ConversationSchemaUpdateRequest> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Update a schemaConversationsApi.putConversationsCustomattributesSchemaWithHttpInfo(String schemaId, ConversationSchemaUpdateRequest body) Update a schemaMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationDataSchemaModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsCustomattributesSchemaAsync(GetConversationsCustomattributesSchemaRequest request, AsyncApiCallback<ConversationDataSchema> callback) Get a schemaConversationsApiAsync.getConversationsCustomattributesSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Get a schemaConversationsApiAsync.getConversationsCustomattributesSchemaVersionAsync(GetConversationsCustomattributesSchemaVersionRequest request, AsyncApiCallback<ConversationDataSchema> callback) Get a specific version of a schemaConversationsApiAsync.getConversationsCustomattributesSchemaVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Get a specific version of a schemaConversationsApiAsync.postConversationsCustomattributesSchemasAsync(PostConversationsCustomattributesSchemasRequest request, AsyncApiCallback<ConversationDataSchema> callback) Create a schemaConversationsApiAsync.postConversationsCustomattributesSchemasAsync(ApiRequest<ConversationJsonSchemaRequest> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Create a schemaConversationsApiAsync.putConversationsCustomattributesSchemaAsync(PutConversationsCustomattributesSchemaRequest request, AsyncApiCallback<ConversationDataSchema> callback) Update a schemaConversationsApiAsync.putConversationsCustomattributesSchemaAsync(ApiRequest<ConversationSchemaUpdateRequest> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Update a schema -
Uses of ConversationDataSchema in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationDataSchemaModifier and TypeMethodDescriptionThe schema's enabled/disabled status.CustomAttributes.getSchema()The globally unique identifier for the schema.ConversationDataSchema.jsonSchema(ConversationJsonSchemaDocument jsonSchema) A JSON schema defining the extension to the built-in entity type.The schema's version, a positive integer.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationDataSchemaMethods in com.mypurecloud.sdk.v2.model with parameters of type ConversationDataSchemaModifier and TypeMethodDescriptionCustomAttributes.schema(ConversationDataSchema schema) The schema that dictates which attributes can be included.voidCustomAttributes.setSchema(ConversationDataSchema schema) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationDataSchemaModifier and TypeMethodDescriptionConversationDataSchemaListing.entities(List<ConversationDataSchema> entities) voidConversationDataSchemaListing.setEntities(List<ConversationDataSchema> entities)