Uses of Class
co.privacyone.sdk.restapi.exception.RemoteServiceException

Packages that use RemoteServiceException
Package
Description
 
  • Uses of RemoteServiceException in co.privacyone.sdk.restapi.rest

    Modifier and Type
    Method
    Description
    co.privacyone.cerberus.restmodel.account.AuthResponseModel
    RestClient.authenticate()
     
    co.privacyone.cerberus.restmodel.account.AuthResponseModel
    RestClient.authenticateForUser(String userId)
     
    okhttp3.Response
    RestApi.delete(okhttp3.HttpUrl url, Optional<okhttp3.Headers> headers, okhttp3.RequestBody requestBody)
     
    okhttp3.Response
    RestClient.delete(okhttp3.HttpUrl url, Optional<okhttp3.Headers> headers, okhttp3.RequestBody requestBody)
     
    okhttp3.Response
    RestApi.get(okhttp3.HttpUrl url, Optional<okhttp3.Headers> headers)
     
    okhttp3.Response
    RestClient.get(okhttp3.HttpUrl url, Optional<okhttp3.Headers> headers)
     
    okhttp3.Response
    RestApi.head(okhttp3.HttpUrl url, Optional<okhttp3.Headers> headers)
     
    okhttp3.Response
    RestClient.head(okhttp3.HttpUrl url, Optional<okhttp3.Headers> headers)
     
    okhttp3.Response
    RestApi.post(okhttp3.HttpUrl url, okhttp3.RequestBody requestBody, Optional<okhttp3.Headers> headers)
     
    okhttp3.Response
    RestClient.post(okhttp3.HttpUrl url, okhttp3.RequestBody requestBody, Optional<okhttp3.Headers> headers)
     
    okhttp3.Response
    RestApi.put(okhttp3.HttpUrl url, okhttp3.RequestBody requestBody, Optional<okhttp3.Headers> headers)
     
    okhttp3.Response
    RestClient.put(okhttp3.HttpUrl url, okhttp3.RequestBody requestBody, Optional<okhttp3.Headers> headers)