Uses of Class
com.mypurecloud.sdk.v2.model.ConnectionResponse
Packages that use ConnectionResponse
-
Uses of ConnectionResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ConnectionResponseModifier and TypeMethodDescriptionKnowledgeApi.deleteKnowledgeConnection(DeleteKnowledgeConnectionRequest request) Delete connectionKnowledgeApi.deleteKnowledgeConnection(String connectionId) Delete connectionKnowledgeApi.getKnowledgeConnection(GetKnowledgeConnectionRequest request) Get connectionKnowledgeApi.getKnowledgeConnection(String connectionId, List<String> expand) Get connectionKnowledgeApi.patchKnowledgeConnection(PatchKnowledgeConnectionRequest request) Update connectionKnowledgeApi.patchKnowledgeConnection(String connectionId, ConnectionUpdateRequest body) Update connectionMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ConnectionResponseModifier and TypeMethodDescriptionKnowledgeApi.deleteKnowledgeConnection(ApiRequest<Void> request) Delete connectionKnowledgeApiAsync.deleteKnowledgeConnectionAsync(DeleteKnowledgeConnectionRequest request, AsyncApiCallback<ConnectionResponse> callback) Delete connectionKnowledgeApiAsync.deleteKnowledgeConnectionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConnectionResponse>> callback) Delete connectionKnowledgeApi.deleteKnowledgeConnectionWithHttpInfo(String connectionId) Delete connectionKnowledgeApi.getKnowledgeConnection(ApiRequest<Void> request) Get connectionKnowledgeApiAsync.getKnowledgeConnectionAsync(GetKnowledgeConnectionRequest request, AsyncApiCallback<ConnectionResponse> callback) Get connectionKnowledgeApiAsync.getKnowledgeConnectionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConnectionResponse>> callback) Get connectionKnowledgeApi.getKnowledgeConnectionWithHttpInfo(String connectionId, List<String> expand) Get connectionKnowledgeApi.patchKnowledgeConnection(ApiRequest<ConnectionUpdateRequest> request) Update connectionKnowledgeApiAsync.patchKnowledgeConnectionAsync(PatchKnowledgeConnectionRequest request, AsyncApiCallback<ConnectionResponse> callback) Update connectionKnowledgeApiAsync.patchKnowledgeConnectionAsync(ApiRequest<ConnectionUpdateRequest> request, AsyncApiCallback<ApiResponse<ConnectionResponse>> callback) Update connectionKnowledgeApi.patchKnowledgeConnectionWithHttpInfo(String connectionId, ConnectionUpdateRequest body) Update connectionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConnectionResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.deleteKnowledgeConnectionAsync(DeleteKnowledgeConnectionRequest request, AsyncApiCallback<ConnectionResponse> callback) Delete connectionKnowledgeApiAsync.deleteKnowledgeConnectionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConnectionResponse>> callback) Delete connectionKnowledgeApiAsync.getKnowledgeConnectionAsync(GetKnowledgeConnectionRequest request, AsyncApiCallback<ConnectionResponse> callback) Get connectionKnowledgeApiAsync.getKnowledgeConnectionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConnectionResponse>> callback) Get connectionKnowledgeApiAsync.patchKnowledgeConnectionAsync(PatchKnowledgeConnectionRequest request, AsyncApiCallback<ConnectionResponse> callback) Update connectionKnowledgeApiAsync.patchKnowledgeConnectionAsync(ApiRequest<ConnectionUpdateRequest> request, AsyncApiCallback<ApiResponse<ConnectionResponse>> callback) Update connection -
Uses of ConnectionResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConnectionResponseModifier and TypeMethodDescriptionConnectionResponse.authenticationProperties(AuthenticationProperties authenticationProperties) Authentication properties which can be used to initiate authentication of a user.ConnectionResponse.createdBy(UserReference createdBy) Reference of the creator.ConnectionResponse.dateCreated(Date dateCreated) Date of the creation of connection.ConnectionResponse.dateExpiry(Date dateExpiry) Expiry date of the authentication credentials.ConnectionResponse.dateModified(Date dateModified) Date of the last modification made to the connection.Optional error message of the connection.V3SourceExpandableListResponse.getConnection()V3SourceExpandableResponse.getConnection()ConnectionResponse.integration(KnowledgeIntegrationReference integration) The reference to the integration associated with the connection.ConnectionResponse.modifiedBy(UserReference modifiedBy) Reference of the user whom modified the connection.The name of the connection.ConnectionResponse.status(ConnectionResponse.StatusEnum status) Current status of the connection.ConnectionResponse.type(ConnectionResponse.TypeEnum type) Type of the connection.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConnectionResponseMethods in com.mypurecloud.sdk.v2.model with parameters of type ConnectionResponseModifier and TypeMethodDescriptionV3SourceExpandableListResponse.connection(ConnectionResponse connection) The connection associated with the source.V3SourceExpandableResponse.connection(ConnectionResponse connection) The connection associated with the source.voidV3SourceExpandableListResponse.setConnection(ConnectionResponse connection) voidV3SourceExpandableResponse.setConnection(ConnectionResponse connection) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConnectionResponseModifier and TypeMethodDescriptionConnectionListing.entities(List<ConnectionResponse> entities) voidConnectionListing.setEntities(List<ConnectionResponse> entities)