Uses of Class
com.mypurecloud.sdk.v2.model.JourneyJsonSchemaRequest
Packages that use JourneyJsonSchemaRequest
Package
Description
-
Uses of JourneyJsonSchemaRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type JourneyJsonSchemaRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyExternaleventsSchemas(JourneyJsonSchemaRequest body) Create a schemaJourneyApi.postJourneyExternaleventsSchemasWithHttpInfo(JourneyJsonSchemaRequest body) Create a schemaMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type JourneyJsonSchemaRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyExternaleventsSchemas(ApiRequest<JourneyJsonSchemaRequest> request) Create a schemaJourneyApiAsync.postJourneyExternaleventsSchemasAsync(ApiRequest<JourneyJsonSchemaRequest> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Create a schema -
Uses of JourneyJsonSchemaRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return JourneyJsonSchemaRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type JourneyJsonSchemaRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type JourneyJsonSchemaRequestModifier and TypeMethodDescriptionPostJourneyExternaleventsSchemasRequest.builder(JourneyJsonSchemaRequest body) voidPostJourneyExternaleventsSchemasRequest.setBody(JourneyJsonSchemaRequest body) PostJourneyExternaleventsSchemasRequest.Builder.withBody(JourneyJsonSchemaRequest body) PostJourneyExternaleventsSchemasRequest.withBody(JourneyJsonSchemaRequest body) PostJourneyExternaleventsSchemasRequest.Builder.withRequiredParams(JourneyJsonSchemaRequest body) -
Uses of JourneyJsonSchemaRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyJsonSchemaRequestModifier and TypeMethodDescriptionJourneyJsonSchemaRequest.description(String description) The schema description.JourneySchemaUpdateRequest.getJsonSchema()JourneyJsonSchemaRequest.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 JourneyJsonSchemaRequestModifier and TypeMethodDescriptionJourneySchemaUpdateRequest.jsonSchema(JourneyJsonSchemaRequest jsonSchema) A JSON schema defining the extension to the built-in entity type.voidJourneySchemaUpdateRequest.setJsonSchema(JourneyJsonSchemaRequest jsonSchema)