Uses of Class
com.mypurecloud.sdk.v2.model.GrammarListing
Packages that use GrammarListing
-
Uses of GrammarListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GrammarListingModifier and TypeMethodDescriptionArchitectApi.getArchitectGrammars(GetArchitectGrammarsRequest request) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.ArchitectApi.getArchitectGrammars(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, String description, String nameOrDescription, Boolean includeFileUrls) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type GrammarListingModifier and TypeMethodDescriptionArchitectApi.getArchitectGrammars(ApiRequest<Void> request) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.ArchitectApiAsync.getArchitectGrammarsAsync(GetArchitectGrammarsRequest request, AsyncApiCallback<GrammarListing> callback) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.ArchitectApiAsync.getArchitectGrammarsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GrammarListing>> callback) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.ArchitectApi.getArchitectGrammarsWithHttpInfo(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, String description, String nameOrDescription, Boolean includeFileUrls) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type GrammarListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectGrammarsAsync(GetArchitectGrammarsRequest request, AsyncApiCallback<GrammarListing> callback) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.ArchitectApiAsync.getArchitectGrammarsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GrammarListing>> callback) Get a pageable list of grammars, filtered by query parameters Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated. -
Uses of GrammarListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GrammarListingModifier and TypeMethodDescriptionGrammarListing.pageNumber(Integer pageNumber) GrammarListing.previousUri(String previousUri)