Uses of Class
com.mypurecloud.sdk.v2.model.ScriptEntityListing
Packages that use ScriptEntityListing
-
Uses of ScriptEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScriptEntityListingModifier and TypeMethodDescriptionScriptsApi.getScripts(GetScriptsRequest request) Get the list of scriptsScriptsApi.getScripts(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String sortBy, String sortOrder, String scriptDataVersion, String divisionIds) Get the list of scriptsScriptsApi.getScriptsDivisionviews(GetScriptsDivisionviewsRequest request) Get the metadata for a list of scriptsScriptsApi.getScriptsDivisionviews(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String sortBy, String sortOrder, String scriptDataVersion, String divisionIds) Get the metadata for a list of scriptsScriptsApi.getScriptsPublished(GetScriptsPublishedRequest request) Get the published scripts.ScriptsApi.getScriptsPublished(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String scriptDataVersion, String divisionIds) Get the published scripts.ScriptsApi.getScriptsPublishedDivisionviews(GetScriptsPublishedDivisionviewsRequest request) Get the published scripts metadata.ScriptsApi.getScriptsPublishedDivisionviews(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String scriptDataVersion, String divisionIds) Get the published scripts metadata.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScriptEntityListingModifier and TypeMethodDescriptionScriptsApi.getScripts(ApiRequest<Void> request) Get the list of scriptsScriptsApiAsync.getScriptsAsync(GetScriptsRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the list of scriptsScriptsApiAsync.getScriptsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the list of scriptsScriptsApi.getScriptsDivisionviews(ApiRequest<Void> request) Get the metadata for a list of scriptsScriptsApiAsync.getScriptsDivisionviewsAsync(GetScriptsDivisionviewsRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the metadata for a list of scriptsScriptsApiAsync.getScriptsDivisionviewsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the metadata for a list of scriptsScriptsApi.getScriptsDivisionviewsWithHttpInfo(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String sortBy, String sortOrder, String scriptDataVersion, String divisionIds) Get the metadata for a list of scriptsScriptsApi.getScriptsPublished(ApiRequest<Void> request) Get the published scripts.ScriptsApiAsync.getScriptsPublishedAsync(GetScriptsPublishedRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the published scripts.ScriptsApiAsync.getScriptsPublishedAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the published scripts.ScriptsApi.getScriptsPublishedDivisionviews(ApiRequest<Void> request) Get the published scripts metadata.ScriptsApiAsync.getScriptsPublishedDivisionviewsAsync(GetScriptsPublishedDivisionviewsRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the published scripts metadata.ScriptsApiAsync.getScriptsPublishedDivisionviewsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the published scripts metadata.ScriptsApi.getScriptsPublishedDivisionviewsWithHttpInfo(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String scriptDataVersion, String divisionIds) Get the published scripts metadata.ScriptsApi.getScriptsPublishedWithHttpInfo(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String scriptDataVersion, String divisionIds) Get the published scripts.ScriptsApi.getScriptsWithHttpInfo(Integer pageSize, Integer pageNumber, String expand, String name, String feature, String flowId, String sortBy, String sortOrder, String scriptDataVersion, String divisionIds) Get the list of scriptsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScriptEntityListingModifier and TypeMethodDescriptionScriptsApiAsync.getScriptsAsync(GetScriptsRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the list of scriptsScriptsApiAsync.getScriptsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the list of scriptsScriptsApiAsync.getScriptsDivisionviewsAsync(GetScriptsDivisionviewsRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the metadata for a list of scriptsScriptsApiAsync.getScriptsDivisionviewsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the metadata for a list of scriptsScriptsApiAsync.getScriptsPublishedAsync(GetScriptsPublishedRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the published scripts.ScriptsApiAsync.getScriptsPublishedAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the published scripts.ScriptsApiAsync.getScriptsPublishedDivisionviewsAsync(GetScriptsPublishedDivisionviewsRequest request, AsyncApiCallback<ScriptEntityListing> callback) Get the published scripts metadata.ScriptsApiAsync.getScriptsPublishedDivisionviewsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScriptEntityListing>> callback) Get the published scripts metadata. -
Uses of ScriptEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScriptEntityListingModifier and TypeMethodDescriptionScriptEntityListing.pageNumber(Integer pageNumber) ScriptEntityListing.previousUri(String previousUri) ScriptEntityListing.truncatedDivisions(Boolean truncatedDivisions)