Uses of Class
com.mypurecloud.sdk.v2.model.JourneyJsonSchemaDocument
Packages that use JourneyJsonSchemaDocument
-
Uses of JourneyJsonSchemaDocument in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyJsonSchemaDocumentModifier and TypeMethodDescriptionJourneyJsonSchemaDocument.description(String description) The schema description.JourneyExternalEventsSchema.getJsonSchema()JourneyJsonSchemaDocument.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 JourneyJsonSchemaDocumentModifier and TypeMethodDescriptionJourneyExternalEventsSchema.jsonSchema(JourneyJsonSchemaDocument jsonSchema) A JSON schema defining the extension to the built-in entity type.voidJourneyExternalEventsSchema.setJsonSchema(JourneyJsonSchemaDocument jsonSchema)