Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceRef
Packages that use V3SourceRef
-
Uses of V3SourceRef in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceRefModifier and TypeMethodDescriptionV3Synchronization.getSource()V3SynchronizationRef.getSource()Source Id.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type V3SourceRefModifier and TypeMethodDescriptionKnowledgeSearchPreviewRequest.getSources()KnowledgeSettingsRequest.getSources()KnowledgeSettingsResponse.getSources()Methods in com.mypurecloud.sdk.v2.model with parameters of type V3SourceRefModifier and TypeMethodDescriptionvoidV3Synchronization.setSource(V3SourceRef source) voidV3SynchronizationRef.setSource(V3SourceRef source) V3Synchronization.source(V3SourceRef source) The source of the synchronization.V3SynchronizationRef.source(V3SourceRef source) Source.Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type V3SourceRefModifier and TypeMethodDescriptionvoidKnowledgeSearchPreviewRequest.setSources(List<V3SourceRef> sources) voidKnowledgeSettingsRequest.setSources(List<V3SourceRef> sources) voidKnowledgeSettingsResponse.setSources(List<V3SourceRef> sources) KnowledgeSearchPreviewRequest.sources(List<V3SourceRef> sources) Source information to search upon.KnowledgeSettingsRequest.sources(List<V3SourceRef> sources) Knowledge source information to search upon.KnowledgeSettingsResponse.sources(List<V3SourceRef> sources) Knowledge source information searched upon.