Uses of Class
com.mypurecloud.sdk.v2.model.ConversationJsonSchemaRequest
Packages that use ConversationJsonSchemaRequest
Package
Description
-
Uses of ConversationJsonSchemaRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConversationJsonSchemaRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCustomattributesSchemas(ConversationJsonSchemaRequest body) Create a schemaConversationsApi.postConversationsCustomattributesSchemasWithHttpInfo(ConversationJsonSchemaRequest body) Create a schemaMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationJsonSchemaRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCustomattributesSchemas(ApiRequest<ConversationJsonSchemaRequest> request) Create a schemaConversationsApiAsync.postConversationsCustomattributesSchemasAsync(ApiRequest<ConversationJsonSchemaRequest> request, AsyncApiCallback<ApiResponse<ConversationDataSchema>> callback) Create a schema -
Uses of ConversationJsonSchemaRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConversationJsonSchemaRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConversationJsonSchemaRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ConversationJsonSchemaRequestModifier and TypeMethodDescriptionPostConversationsCustomattributesSchemasRequest.builder(ConversationJsonSchemaRequest body) voidPostConversationsCustomattributesSchemasRequest.setBody(ConversationJsonSchemaRequest body) PostConversationsCustomattributesSchemasRequest.Builder.withBody(ConversationJsonSchemaRequest body) PostConversationsCustomattributesSchemasRequest.withBody(ConversationJsonSchemaRequest body) PostConversationsCustomattributesSchemasRequest.Builder.withRequiredParams(ConversationJsonSchemaRequest body) -
Uses of ConversationJsonSchemaRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationJsonSchemaRequestModifier and TypeMethodDescriptionConversationJsonSchemaRequest.description(String description) The schema description.ConversationSchemaUpdateRequest.getJsonSchema()ConversationJsonSchemaRequest.properties(Map<String, Object> properties) The map of schema properties and their limits.The list of required schema properties.The JSON Schema specification link.The title of the schema.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationJsonSchemaRequestModifier and TypeMethodDescriptionConversationSchemaUpdateRequest.jsonSchema(ConversationJsonSchemaRequest jsonSchema) A JSON schema defining the extension to the built-in entity type.voidConversationSchemaUpdateRequest.setJsonSchema(ConversationJsonSchemaRequest jsonSchema)