Uses of Class
com.mypurecloud.sdk.v2.model.JourneyExternalEventsSchema
Packages that use JourneyExternalEventsSchema
-
Uses of JourneyExternalEventsSchema in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return JourneyExternalEventsSchemaModifier and TypeMethodDescriptionJourneyApi.getJourneyExternaleventsSchema(GetJourneyExternaleventsSchemaRequest request) Get a schemaJourneyApi.getJourneyExternaleventsSchema(String schemaId) Get a schemaJourneyApi.getJourneyExternaleventsSchemaVersion(GetJourneyExternaleventsSchemaVersionRequest request) Get a specific version of a schemaJourneyApi.getJourneyExternaleventsSchemaVersion(String schemaId, String versionId) Get a specific version of a schemaJourneyApi.postJourneyExternaleventsSchemas(PostJourneyExternaleventsSchemasRequest request) Create a schemaJourneyApi.postJourneyExternaleventsSchemas(JourneyJsonSchemaRequest body) Create a schemaJourneyApi.putJourneyExternaleventsSchema(PutJourneyExternaleventsSchemaRequest request) Update a schemaJourneyApi.putJourneyExternaleventsSchema(String schemaId, JourneySchemaUpdateRequest body) Update a schemaMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type JourneyExternalEventsSchemaModifier and TypeMethodDescriptionJourneyApi.getJourneyExternaleventsSchema(ApiRequest<Void> request) Get a schemaJourneyApiAsync.getJourneyExternaleventsSchemaAsync(GetJourneyExternaleventsSchemaRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Get a schemaJourneyApiAsync.getJourneyExternaleventsSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Get a schemaJourneyApi.getJourneyExternaleventsSchemaVersion(ApiRequest<Void> request) Get a specific version of a schemaJourneyApiAsync.getJourneyExternaleventsSchemaVersionAsync(GetJourneyExternaleventsSchemaVersionRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Get a specific version of a schemaJourneyApiAsync.getJourneyExternaleventsSchemaVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Get a specific version of a schemaJourneyApi.getJourneyExternaleventsSchemaVersionWithHttpInfo(String schemaId, String versionId) Get a specific version of a schemaJourneyApi.getJourneyExternaleventsSchemaWithHttpInfo(String schemaId) Get a schemaJourneyApi.postJourneyExternaleventsSchemas(ApiRequest<JourneyJsonSchemaRequest> request) Create a schemaJourneyApiAsync.postJourneyExternaleventsSchemasAsync(PostJourneyExternaleventsSchemasRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Create a schemaJourneyApiAsync.postJourneyExternaleventsSchemasAsync(ApiRequest<JourneyJsonSchemaRequest> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Create a schemaJourneyApi.postJourneyExternaleventsSchemasWithHttpInfo(JourneyJsonSchemaRequest body) Create a schemaJourneyApi.putJourneyExternaleventsSchema(ApiRequest<JourneySchemaUpdateRequest> request) Update a schemaJourneyApiAsync.putJourneyExternaleventsSchemaAsync(PutJourneyExternaleventsSchemaRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Update a schemaJourneyApiAsync.putJourneyExternaleventsSchemaAsync(ApiRequest<JourneySchemaUpdateRequest> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Update a schemaJourneyApi.putJourneyExternaleventsSchemaWithHttpInfo(String schemaId, JourneySchemaUpdateRequest body) Update a schemaMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type JourneyExternalEventsSchemaModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyExternaleventsSchemaAsync(GetJourneyExternaleventsSchemaRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Get a schemaJourneyApiAsync.getJourneyExternaleventsSchemaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Get a schemaJourneyApiAsync.getJourneyExternaleventsSchemaVersionAsync(GetJourneyExternaleventsSchemaVersionRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Get a specific version of a schemaJourneyApiAsync.getJourneyExternaleventsSchemaVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Get a specific version of a schemaJourneyApiAsync.postJourneyExternaleventsSchemasAsync(PostJourneyExternaleventsSchemasRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Create a schemaJourneyApiAsync.postJourneyExternaleventsSchemasAsync(ApiRequest<JourneyJsonSchemaRequest> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Create a schemaJourneyApiAsync.putJourneyExternaleventsSchemaAsync(PutJourneyExternaleventsSchemaRequest request, AsyncApiCallback<JourneyExternalEventsSchema> callback) Update a schemaJourneyApiAsync.putJourneyExternaleventsSchemaAsync(ApiRequest<JourneySchemaUpdateRequest> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Update a schema -
Uses of JourneyExternalEventsSchema in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyExternalEventsSchemaModifier and TypeMethodDescriptionThe schema's enabled/disabled status.The globally unique identifier for the schema.JourneyExternalEventsSchema.jsonSchema(JourneyJsonSchemaDocument 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 JourneyExternalEventsSchemaMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type JourneyExternalEventsSchemaModifier and TypeMethodDescriptionJourneyExternalEventsSchemaListing.entities(List<JourneyExternalEventsSchema> entities) voidJourneyExternalEventsSchemaListing.setEntities(List<JourneyExternalEventsSchema> entities)