Uses of Class
com.mypurecloud.sdk.v2.model.DataTable
Packages that use DataTable
Package
Description
-
Uses of DataTable in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DataTableModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatable(GetFlowsDatatableRequest request) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.getFlowsDatatable(String datatableId, String expand) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.getFlowsDatatablesDivisionview(GetFlowsDatatablesDivisionviewRequest request) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.getFlowsDatatablesDivisionview(String datatableId, String expand) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.postFlowsDatatables(PostFlowsDatatablesRequest request) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApi.postFlowsDatatables(DataTable body) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApi.putFlowsDatatable(PutFlowsDatatableRequest request) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApi.putFlowsDatatable(String datatableId, DataTable body, String expand) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DataTableModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatable(ApiRequest<Void> request) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatableAsync(GetFlowsDatatableRequest request, AsyncApiCallback<DataTable> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatableAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.getFlowsDatatablesDivisionview(ApiRequest<Void> request) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatablesDivisionviewAsync(GetFlowsDatatablesDivisionviewRequest request, AsyncApiCallback<DataTable> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatablesDivisionviewAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.getFlowsDatatablesDivisionviewWithHttpInfo(String datatableId, String expand) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.getFlowsDatatableWithHttpInfo(String datatableId, String expand) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.postFlowsDatatables(ApiRequest<DataTable> request) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApiAsync.postFlowsDatatablesAsync(PostFlowsDatatablesRequest request, AsyncApiCallback<DataTable> callback) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApiAsync.postFlowsDatatablesAsync(ApiRequest<DataTable> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApi.postFlowsDatatablesWithHttpInfo(DataTable body) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApi.putFlowsDatatable(ApiRequest<DataTable> request) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApiAsync.putFlowsDatatableAsync(PutFlowsDatatableRequest request, AsyncApiCallback<DataTable> callback) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApiAsync.putFlowsDatatableAsync(ApiRequest<DataTable> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApi.putFlowsDatatableWithHttpInfo(String datatableId, DataTable body, String expand) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.Methods in com.mypurecloud.sdk.v2.api with parameters of type DataTableModifier and TypeMethodDescriptionArchitectApi.postFlowsDatatables(DataTable body) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApi.postFlowsDatatablesWithHttpInfo(DataTable body) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApi.putFlowsDatatable(String datatableId, DataTable body, String expand) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApi.putFlowsDatatableWithHttpInfo(String datatableId, DataTable body, String expand) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DataTableModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsDatatableAsync(GetFlowsDatatableRequest request, AsyncApiCallback<DataTable> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatableAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatablesDivisionviewAsync(GetFlowsDatatablesDivisionviewRequest request, AsyncApiCallback<DataTable> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatablesDivisionviewAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApi.postFlowsDatatables(ApiRequest<DataTable> request) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApiAsync.postFlowsDatatablesAsync(PostFlowsDatatablesRequest request, AsyncApiCallback<DataTable> callback) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApiAsync.postFlowsDatatablesAsync(ApiRequest<DataTable> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApiAsync.postFlowsDatatablesAsync(ApiRequest<DataTable> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApi.putFlowsDatatable(ApiRequest<DataTable> request) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApiAsync.putFlowsDatatableAsync(PutFlowsDatatableRequest request, AsyncApiCallback<DataTable> callback) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApiAsync.putFlowsDatatableAsync(ApiRequest<DataTable> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApiAsync.putFlowsDatatableAsync(ApiRequest<DataTable> request, AsyncApiCallback<ApiResponse<DataTable>> callback) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields. -
Uses of DataTable in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DataTableModifier and TypeMethodDescriptionPostFlowsDatatablesRequest.getBody()PutFlowsDatatableRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DataTableModifier and TypeMethodDescriptionPostFlowsDatatablesRequest.withHttpInfo()PutFlowsDatatableRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type DataTableModifier and TypeMethodDescriptionvoidvoidPostFlowsDatatablesRequest.Builder.withRequiredParams(DataTable body) PutFlowsDatatableRequest.Builder.withRequiredParams(String datatableId, DataTable body) -
Uses of DataTable in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DataTableModifier and TypeMethodDescriptionDataTable.description(String description) The description from the JSON schema (equates to the Description field on the JSON schema.)DataTable.division(WritableDivision division) The division to which this entity belongs.DataTable.schema(JsonSchemaDocument schema) the schema as stored in the system.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DataTableMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DataTableModifier and TypeMethodDescriptionvoidDataTablesDomainEntityListing.setEntities(List<DataTable> entities)