Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentVersionVariationListing
Packages that use KnowledgeDocumentVersionVariationListing
-
Uses of KnowledgeDocumentVersionVariationListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentVersionVariationListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariations(GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest request) Get variations for the given document version.KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariations(String knowledgeBaseId, String documentId, String versionId, String before, String after, String pageSize) Get variations for the given document version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentVersionVariationListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariations(ApiRequest<Void> request) Get variations for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationsAsync(GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest request, AsyncApiCallback<KnowledgeDocumentVersionVariationListing> callback) Get variations for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentVersionVariationListing>> callback) Get variations for the given document version.KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariationsWithHttpInfo(String knowledgeBaseId, String documentId, String versionId, String before, String after, String pageSize) Get variations for the given document version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentVersionVariationListingModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationsAsync(GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest request, AsyncApiCallback<KnowledgeDocumentVersionVariationListing> callback) Get variations for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentVersionVariationListing>> callback) Get variations for the given document version. -
Uses of KnowledgeDocumentVersionVariationListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentVersionVariationListingModifier and TypeMethodDescriptionKnowledgeDocumentVersionVariationListing.entities(List<KnowledgeDocumentVersionVariation> entities) KnowledgeDocumentVersionVariationListing.previousUri(String previousUri)