Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceExpandableResponse
Packages that use V3SourceExpandableResponse
-
Uses of V3SourceExpandableResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return V3SourceExpandableResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeSource(GetKnowledgeSourceRequest request) Get sourceKnowledgeApi.getKnowledgeSource(String sourceId, List<String> expand) Get sourceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type V3SourceExpandableResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeSource(ApiRequest<Void> request) Get sourceKnowledgeApiAsync.getKnowledgeSourceAsync(GetKnowledgeSourceRequest request, AsyncApiCallback<V3SourceExpandableResponse> callback) Get sourceKnowledgeApiAsync.getKnowledgeSourceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<V3SourceExpandableResponse>> callback) Get sourceKnowledgeApi.getKnowledgeSourceWithHttpInfo(String sourceId, List<String> expand) Get sourceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type V3SourceExpandableResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeSourceAsync(GetKnowledgeSourceRequest request, AsyncApiCallback<V3SourceExpandableResponse> callback) Get sourceKnowledgeApiAsync.getKnowledgeSourceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<V3SourceExpandableResponse>> callback) Get source -
Uses of V3SourceExpandableResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceExpandableResponseModifier and TypeMethodDescriptionV3SourceExpandableResponse.connection(ConnectionResponse connection) The connection associated with the source.V3SourceExpandableResponse.connectionId(String connectionId) The connectionId of the source.V3SourceExpandableResponse.createdBy(UserReference createdBy) The user who created the source.V3SourceExpandableResponse.dateCreated(Date dateCreated) Source creation date-time.V3SourceExpandableResponse.dateModified(Date dateModified) Source last modification date-time.Optional error details of an errored source.V3SourceExpandableResponse.filterDetails(V3SourceFilterDetails filterDetails) Additional details to the source's filters.V3SourceExpandableResponse.filters(V3SourceFilter filters) Filters that determine what documents are synced.V3SourceExpandableResponse.lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.V3SourceExpandableResponse.modifiedBy(UserReference modifiedBy) The user who modified the document.The name of the source.V3SourceExpandableResponse.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.V3SourceExpandableResponse.status(V3SourceExpandableResponse.StatusEnum status) The current status of the source.V3SourceExpandableResponse.triggerType(V3SourceExpandableResponse.TriggerTypeEnum triggerType) The trigger type of the source.V3SourceExpandableResponse.type(V3SourceExpandableResponse.TypeEnum type) The type of the source.