Uses of Class
com.mypurecloud.sdk.v2.model.ConnectionCreateResponse
Packages that use ConnectionCreateResponse
-
Uses of ConnectionCreateResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ConnectionCreateResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeConnections(PostKnowledgeConnectionsRequest request) Create new connectionKnowledgeApi.postKnowledgeConnections(ConnectionCreateRequest body) Create new connectionMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ConnectionCreateResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeConnections(ApiRequest<ConnectionCreateRequest> request) Create new connectionKnowledgeApiAsync.postKnowledgeConnectionsAsync(PostKnowledgeConnectionsRequest request, AsyncApiCallback<ConnectionCreateResponse> callback) Create new connectionKnowledgeApiAsync.postKnowledgeConnectionsAsync(ApiRequest<ConnectionCreateRequest> request, AsyncApiCallback<ApiResponse<ConnectionCreateResponse>> callback) Create new connectionKnowledgeApi.postKnowledgeConnectionsWithHttpInfo(ConnectionCreateRequest body) Create new connectionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConnectionCreateResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.postKnowledgeConnectionsAsync(PostKnowledgeConnectionsRequest request, AsyncApiCallback<ConnectionCreateResponse> callback) Create new connectionKnowledgeApiAsync.postKnowledgeConnectionsAsync(ApiRequest<ConnectionCreateRequest> request, AsyncApiCallback<ApiResponse<ConnectionCreateResponse>> callback) Create new connection -
Uses of ConnectionCreateResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConnectionCreateResponseModifier and TypeMethodDescriptionConnectionCreateResponse.authenticationProperties(AuthenticationProperties authenticationProperties) Authentication properties which can be used to initiate authentication of a user.ConnectionCreateResponse.createdBy(UserReference createdBy) Reference of the creator.ConnectionCreateResponse.dateCreated(Date dateCreated) Date of the creation of connection.ConnectionCreateResponse.dateModified(Date dateModified) Date of the last modification made to the connection.ConnectionCreateResponse.integration(KnowledgeIntegrationReference integration) The reference to the integration associated with the connection.ConnectionCreateResponse.modifiedBy(UserReference modifiedBy) Reference of the user whom modified the connection.The name of the connection.ConnectionCreateResponse.status(ConnectionCreateResponse.StatusEnum status) Current status of the connection.ConnectionCreateResponse.type(ConnectionCreateResponse.TypeEnum type) Type of the connection.