Uses of Class
com.mypurecloud.sdk.v2.model.Page
Packages that use Page
-
Uses of Page in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PageModifier and TypeMethodDescriptionScriptsApi.getScriptPage(GetScriptPageRequest request) Get a pageScriptsApi.getScriptPage(String scriptId, String pageId, String scriptDataVersion) Get a pageScriptsApi.getScriptsPublishedScriptIdPage(GetScriptsPublishedScriptIdPageRequest request) Get the published page.ScriptsApi.getScriptsPublishedScriptIdPage(String scriptId, String pageId, String scriptDataVersion) Get the published page.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type PageModifier and TypeMethodDescriptionScriptsApi.getScriptPage(ApiRequest<Void> request) Get a pageScriptsApiAsync.getScriptPageAsync(GetScriptPageRequest request, AsyncApiCallback<Page> callback) Get a pageScriptsApiAsync.getScriptPageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Page>> callback) Get a pageScriptsApi.getScriptPages(GetScriptPagesRequest request) Get the list of pagesScriptsApi.getScriptPages(ApiRequest<Void> request) Get the list of pagesScriptsApi.getScriptPages(String scriptId, String scriptDataVersion) Get the list of pagesScriptsApiAsync.getScriptPagesAsync(GetScriptPagesRequest request, AsyncApiCallback<List<Page>> callback) Get the list of pagesScriptsApiAsync.getScriptPagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Page>>> callback) Get the list of pagesScriptsApi.getScriptPagesWithHttpInfo(String scriptId, String scriptDataVersion) Get the list of pagesScriptsApi.getScriptPageWithHttpInfo(String scriptId, String pageId, String scriptDataVersion) Get a pageScriptsApi.getScriptsPublishedScriptIdPage(ApiRequest<Void> request) Get the published page.ScriptsApiAsync.getScriptsPublishedScriptIdPageAsync(GetScriptsPublishedScriptIdPageRequest request, AsyncApiCallback<Page> callback) Get the published page.ScriptsApiAsync.getScriptsPublishedScriptIdPageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Page>> callback) Get the published page.ScriptsApi.getScriptsPublishedScriptIdPages(GetScriptsPublishedScriptIdPagesRequest request) Get the list of published pagesScriptsApi.getScriptsPublishedScriptIdPages(ApiRequest<Void> request) Get the list of published pagesScriptsApi.getScriptsPublishedScriptIdPages(String scriptId, String scriptDataVersion) Get the list of published pagesScriptsApiAsync.getScriptsPublishedScriptIdPagesAsync(GetScriptsPublishedScriptIdPagesRequest request, AsyncApiCallback<List<Page>> callback) Get the list of published pagesScriptsApiAsync.getScriptsPublishedScriptIdPagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Page>>> callback) Get the list of published pagesScriptsApi.getScriptsPublishedScriptIdPagesWithHttpInfo(String scriptId, String scriptDataVersion) Get the list of published pagesScriptsApi.getScriptsPublishedScriptIdPageWithHttpInfo(String scriptId, String pageId, String scriptDataVersion) Get the published page.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PageModifier and TypeMethodDescriptionScriptsApiAsync.getScriptPageAsync(GetScriptPageRequest request, AsyncApiCallback<Page> callback) Get a pageScriptsApiAsync.getScriptPageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Page>> callback) Get a pageScriptsApiAsync.getScriptPagesAsync(GetScriptPagesRequest request, AsyncApiCallback<List<Page>> callback) Get the list of pagesScriptsApiAsync.getScriptPagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Page>>> callback) Get the list of pagesScriptsApiAsync.getScriptsPublishedScriptIdPageAsync(GetScriptsPublishedScriptIdPageRequest request, AsyncApiCallback<Page> callback) Get the published page.ScriptsApiAsync.getScriptsPublishedScriptIdPageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Page>> callback) Get the published page.ScriptsApiAsync.getScriptsPublishedScriptIdPagesAsync(GetScriptsPublishedScriptIdPagesRequest request, AsyncApiCallback<List<Page>> callback) Get the list of published pagesScriptsApiAsync.getScriptsPublishedScriptIdPagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Page>>> callback) Get the list of published pages -
Uses of Page in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PageModifier and TypeMethodDescriptionPage.createdDate(Date createdDate) Date time is represented as an ISO-8601 string.Page.modifiedDate(Date modifiedDate) Date time is represented as an ISO-8601 string.Page.properties(Map<String, Object> properties) Page.rootContainer(Map<String, Object> rootContainer) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Page