Uses of Class
com.mypurecloud.sdk.v2.model.FlowSettingsResponseEntityListing
Packages that use FlowSettingsResponseEntityListing
-
Uses of FlowSettingsResponseEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowSettingsResponseEntityListingModifier and TypeMethodDescriptionArchitectApi.getFlowsInstancesSettingsLoglevels(GetFlowsInstancesSettingsLoglevelsRequest request) Retrieve a list of LogLevels for the organization.ArchitectApi.getFlowsInstancesSettingsLoglevels(List<String> expand, Integer pageNumber, Integer pageSize) Retrieve a list of LogLevels for the organization.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowSettingsResponseEntityListingModifier and TypeMethodDescriptionArchitectApi.getFlowsInstancesSettingsLoglevels(ApiRequest<Void> request) Retrieve a list of LogLevels for the organization.ArchitectApiAsync.getFlowsInstancesSettingsLoglevelsAsync(GetFlowsInstancesSettingsLoglevelsRequest request, AsyncApiCallback<FlowSettingsResponseEntityListing> callback) Retrieve a list of LogLevels for the organization.ArchitectApiAsync.getFlowsInstancesSettingsLoglevelsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowSettingsResponseEntityListing>> callback) Retrieve a list of LogLevels for the organization.ArchitectApi.getFlowsInstancesSettingsLoglevelsWithHttpInfo(List<String> expand, Integer pageNumber, Integer pageSize) Retrieve a list of LogLevels for the organization.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowSettingsResponseEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsInstancesSettingsLoglevelsAsync(GetFlowsInstancesSettingsLoglevelsRequest request, AsyncApiCallback<FlowSettingsResponseEntityListing> callback) Retrieve a list of LogLevels for the organization.ArchitectApiAsync.getFlowsInstancesSettingsLoglevelsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowSettingsResponseEntityListing>> callback) Retrieve a list of LogLevels for the organization. -
Uses of FlowSettingsResponseEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowSettingsResponseEntityListingModifier and TypeMethodDescriptionFlowSettingsResponseEntityListing.entities(List<FlowSettingsResponse> entities) FlowSettingsResponseEntityListing.pageNumber(Integer pageNumber) FlowSettingsResponseEntityListing.previousUri(String previousUri)