Uses of Class
com.mypurecloud.sdk.v2.model.JsonSchemaDocument
Packages that use JsonSchemaDocument
-
Uses of JsonSchemaDocument in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return JsonSchemaDocumentModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsActionDraftSchema(GetIntegrationsActionDraftSchemaRequest request) Retrieve schema for a Draft based on filename.IntegrationsApi.getIntegrationsActionDraftSchema(String actionId, String fileName, Boolean flatten) Retrieve schema for a Draft based on filename.IntegrationsApi.getIntegrationsActionSchema(GetIntegrationsActionSchemaRequest request) Retrieve schema for an action based on filename.IntegrationsApi.getIntegrationsActionSchema(String actionId, String fileName, Boolean flatten) Retrieve schema for an action based on filename.IntegrationsApi.getIntegrationsTypeConfigschema(GetIntegrationsTypeConfigschemaRequest request) Get properties config schema for an integration type.IntegrationsApi.getIntegrationsTypeConfigschema(String typeId, String configType) Get properties config schema for an integration type.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type JsonSchemaDocumentModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsActionDraftSchema(ApiRequest<Void> request) Retrieve schema for a Draft based on filename.IntegrationsApiAsync.getIntegrationsActionDraftSchemaAsync(GetIntegrationsActionDraftSchemaRequest request, AsyncApiCallback<JsonSchemaDocument> callback) Retrieve schema for a Draft based on filename.IntegrationsApiAsync.getIntegrationsActionDraftSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JsonSchemaDocument>> callback) Retrieve schema for a Draft based on filename.IntegrationsApi.getIntegrationsActionDraftSchemaWithHttpInfo(String actionId, String fileName, Boolean flatten) Retrieve schema for a Draft based on filename.IntegrationsApi.getIntegrationsActionSchema(ApiRequest<Void> request) Retrieve schema for an action based on filename.IntegrationsApiAsync.getIntegrationsActionSchemaAsync(GetIntegrationsActionSchemaRequest request, AsyncApiCallback<JsonSchemaDocument> callback) Retrieve schema for an action based on filename.IntegrationsApiAsync.getIntegrationsActionSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JsonSchemaDocument>> callback) Retrieve schema for an action based on filename.IntegrationsApi.getIntegrationsActionSchemaWithHttpInfo(String actionId, String fileName, Boolean flatten) Retrieve schema for an action based on filename.IntegrationsApi.getIntegrationsTypeConfigschema(ApiRequest<Void> request) Get properties config schema for an integration type.IntegrationsApiAsync.getIntegrationsTypeConfigschemaAsync(GetIntegrationsTypeConfigschemaRequest request, AsyncApiCallback<JsonSchemaDocument> callback) Get properties config schema for an integration type.IntegrationsApiAsync.getIntegrationsTypeConfigschemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JsonSchemaDocument>> callback) Get properties config schema for an integration type.IntegrationsApi.getIntegrationsTypeConfigschemaWithHttpInfo(String typeId, String configType) Get properties config schema for an integration type.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type JsonSchemaDocumentModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsActionDraftSchemaAsync(GetIntegrationsActionDraftSchemaRequest request, AsyncApiCallback<JsonSchemaDocument> callback) Retrieve schema for a Draft based on filename.IntegrationsApiAsync.getIntegrationsActionDraftSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JsonSchemaDocument>> callback) Retrieve schema for a Draft based on filename.IntegrationsApiAsync.getIntegrationsActionSchemaAsync(GetIntegrationsActionSchemaRequest request, AsyncApiCallback<JsonSchemaDocument> callback) Retrieve schema for an action based on filename.IntegrationsApiAsync.getIntegrationsActionSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JsonSchemaDocument>> callback) Retrieve schema for an action based on filename.IntegrationsApiAsync.getIntegrationsTypeConfigschemaAsync(GetIntegrationsTypeConfigschemaRequest request, AsyncApiCallback<JsonSchemaDocument> callback) Get properties config schema for an integration type.IntegrationsApiAsync.getIntegrationsTypeConfigschemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JsonSchemaDocument>> callback) Get properties config schema for an integration type. -
Uses of JsonSchemaDocument in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JsonSchemaDocumentModifier and TypeMethodDescriptionJsonSchemaDocument.additionalProperties(Object additionalProperties) JsonSchemaDocument.description(String description) ActionOutput.getErrorSchema()DecisionTableContract.getExecutionInputSchema()DecisionTableContract.getExecutionOutputSchema()ActionInput.getInputSchema()FlowDivisionView.getInputSchema()FlowVersion.getInputSchema()PostInputContract.getInputSchema()ActionInput.getInputSchemaFlattened()BusinessRulesDataSchema.getJsonSchema()DataSchema.getJsonSchema()JourneyEventDefinition.getJsonSchema()FlowDivisionView.getOutputSchema()FlowVersion.getOutputSchema()DecisionTableContract.getRowAuthoringSchema()DataTable.getSchema()FlattenedJsonSchemaDocument.getSchema()Response.getSubstitutionsSchema()ActionOutput.getSuccessSchema()PostOutputContract.getSuccessSchema()JsonSchemaDocument.properties(Map<String, Object> properties) Methods in com.mypurecloud.sdk.v2.model with parameters of type JsonSchemaDocumentModifier and TypeMethodDescriptionActionOutput.errorSchema(JsonSchemaDocument errorSchema) JSON schema that defines the body of response when request is not successful.DecisionTableContract.executionInputSchema(JsonSchemaDocument executionInputSchema) JSON schema for execution input data for a decision tableDecisionTableContract.executionOutputSchema(JsonSchemaDocument executionOutputSchema) JSON schema for execution output data for a decision tableActionInput.inputSchema(JsonSchemaDocument inputSchema) JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path.FlowDivisionView.inputSchema(JsonSchemaDocument inputSchema) json schema describing the inputs for the flowFlowVersion.inputSchema(JsonSchemaDocument inputSchema) PostInputContract.inputSchema(JsonSchemaDocument inputSchema) JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path.ActionInput.inputSchemaFlattened(JsonSchemaDocument inputSchemaFlattened) JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path.BusinessRulesDataSchema.jsonSchema(JsonSchemaDocument jsonSchema) A JSON schema defining the extension to the built-in entity type.DataSchema.jsonSchema(JsonSchemaDocument jsonSchema) A JSON schema defining the extension to the built-in entity type.FlowDivisionView.outputSchema(JsonSchemaDocument outputSchema) json schema describing the outputs for the flowFlowVersion.outputSchema(JsonSchemaDocument outputSchema) DecisionTableContract.rowAuthoringSchema(JsonSchemaDocument rowAuthoringSchema) JSON schema describing required value types for each column in every row in a decision tableDataTable.schema(JsonSchemaDocument schema) the schema as stored in the system.FlattenedJsonSchemaDocument.schema(JsonSchemaDocument schema) voidActionOutput.setErrorSchema(JsonSchemaDocument errorSchema) voidDecisionTableContract.setExecutionInputSchema(JsonSchemaDocument executionInputSchema) voidDecisionTableContract.setExecutionOutputSchema(JsonSchemaDocument executionOutputSchema) voidActionInput.setInputSchema(JsonSchemaDocument inputSchema) voidFlowDivisionView.setInputSchema(JsonSchemaDocument inputSchema) voidFlowVersion.setInputSchema(JsonSchemaDocument inputSchema) voidPostInputContract.setInputSchema(JsonSchemaDocument inputSchema) voidActionInput.setInputSchemaFlattened(JsonSchemaDocument inputSchemaFlattened) voidBusinessRulesDataSchema.setJsonSchema(JsonSchemaDocument jsonSchema) voidDataSchema.setJsonSchema(JsonSchemaDocument jsonSchema) voidFlowDivisionView.setOutputSchema(JsonSchemaDocument outputSchema) voidFlowVersion.setOutputSchema(JsonSchemaDocument outputSchema) voidDecisionTableContract.setRowAuthoringSchema(JsonSchemaDocument rowAuthoringSchema) voidDataTable.setSchema(JsonSchemaDocument schema) voidFlattenedJsonSchemaDocument.setSchema(JsonSchemaDocument schema) voidResponse.setSubstitutionsSchema(JsonSchemaDocument substitutionsSchema) voidActionOutput.setSuccessSchema(JsonSchemaDocument successSchema) voidPostOutputContract.setSuccessSchema(JsonSchemaDocument successSchema) Response.substitutionsSchema(JsonSchemaDocument substitutionsSchema) Metadata about the text substitutions in json schema format.ActionOutput.successSchema(JsonSchemaDocument successSchema) JSON schema that defines the transformed, successful result that will be sent back to the caller.PostOutputContract.successSchema(JsonSchemaDocument successSchema) JSON schema that defines the transformed, successful result that will be sent back to the caller.