Uses of Class
com.mypurecloud.sdk.v2.model.JourneySchemaUpdateRequest
Packages that use JourneySchemaUpdateRequest
Package
Description
-
Uses of JourneySchemaUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type JourneySchemaUpdateRequestModifier and TypeMethodDescriptionJourneyApi.putJourneyExternaleventsSchema(String schemaId, JourneySchemaUpdateRequest body) Update a schemaJourneyApi.putJourneyExternaleventsSchemaWithHttpInfo(String schemaId, JourneySchemaUpdateRequest body) Update a schemaMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type JourneySchemaUpdateRequestModifier and TypeMethodDescriptionJourneyApi.putJourneyExternaleventsSchema(ApiRequest<JourneySchemaUpdateRequest> request) Update a schemaJourneyApiAsync.putJourneyExternaleventsSchemaAsync(ApiRequest<JourneySchemaUpdateRequest> request, AsyncApiCallback<ApiResponse<JourneyExternalEventsSchema>> callback) Update a schema -
Uses of JourneySchemaUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return JourneySchemaUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type JourneySchemaUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type JourneySchemaUpdateRequestModifier and TypeMethodDescriptionPutJourneyExternaleventsSchemaRequest.builder(String schemaId, JourneySchemaUpdateRequest body) voidPutJourneyExternaleventsSchemaRequest.setBody(JourneySchemaUpdateRequest body) PutJourneyExternaleventsSchemaRequest.Builder.withBody(JourneySchemaUpdateRequest body) PutJourneyExternaleventsSchemaRequest.withBody(JourneySchemaUpdateRequest body) PutJourneyExternaleventsSchemaRequest.Builder.withRequiredParams(String schemaId, JourneySchemaUpdateRequest body) -
Uses of JourneySchemaUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneySchemaUpdateRequestModifier and TypeMethodDescriptionThe schema's enabled/disabled status.JourneySchemaUpdateRequest.jsonSchema(JourneyJsonSchemaRequest jsonSchema) A JSON schema defining the extension to the built-in entity type.The schema's version, a positive integer.