Klasse AbstractResource

java.lang.Object
com.cloudconvert.resource.AbstractResource
  • Felddetails

    • HEADER_AUTHORIZATION

      public static final String HEADER_AUTHORIZATION
      Siehe auch:
    • HEADER_USER_AGENT

      public static final String HEADER_USER_AGENT
      Siehe auch:
    • V2

      public static final String V2
      Siehe auch:
    • BEARER

      public static final String BEARER
      Siehe auch:
    • VALUE_USER_AGENT

      public static final String VALUE_USER_AGENT
      Siehe auch:
    • VOID_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<Void> VOID_TYPE_REFERENCE
    • INPUT_STREAM_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<InputStream> INPUT_STREAM_TYPE_REFERENCE
    • MAP_STRING_TO_OBJECT_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> MAP_STRING_TO_OBJECT_TYPE_REFERENCE
    • TASK_RESPONSE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<TaskResponse> TASK_RESPONSE_TYPE_REFERENCE
    • JOB_RESPONSE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<JobResponse> JOB_RESPONSE_TYPE_REFERENCE
    • USER_RESPONSE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<UserResponse> USER_RESPONSE_TYPE_REFERENCE
    • WEBHOOKS_RESPONSE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<WebhookResponse> WEBHOOKS_RESPONSE_TYPE_REFERENCE
    • OPERATION_RESPONSE_PAGEABLE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<Pageable<OperationResponse>> OPERATION_RESPONSE_PAGEABLE_TYPE_REFERENCE
    • TASK_RESPONSE_PAGEABLE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<Pageable<TaskResponse>> TASK_RESPONSE_PAGEABLE_TYPE_REFERENCE
    • JOB_RESPONSE_PAGEABLE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<Pageable<JobResponse>> JOB_RESPONSE_PAGEABLE_TYPE_REFERENCE
    • WEBHOOKS_RESPONSE_PAGEABLE_TYPE_REFERENCE

      public static final com.fasterxml.jackson.core.type.TypeReference<Pageable<WebhookResponse>> WEBHOOKS_RESPONSE_PAGEABLE_TYPE_REFERENCE
  • Konstruktordetails

  • Methodendetails

    • requestToMap

      protected Map<String,Object> requestToMap(Request request)
    • getUri

      protected URI getUri(List<String> pathSegments) throws URISyntaxException
      Löst aus:
      URISyntaxException
    • getUri

      protected URI getUri(List<String> pathSegments, List<org.apache.http.NameValuePair> nameValuePairs) throws URISyntaxException
      Löst aus:
      URISyntaxException
    • getSyncUri

      protected URI getSyncUri(List<String> pathSegments) throws URISyntaxException
      Löst aus:
      URISyntaxException
    • getSyncUri

      protected URI getSyncUri(List<String> pathSegments, List<org.apache.http.NameValuePair> nameValuePairs) throws URISyntaxException
      Löst aus:
      URISyntaxException
    • getHttpEntity

      protected org.apache.http.HttpEntity getHttpEntity(Request request) throws com.fasterxml.jackson.core.JsonProcessingException
      Löst aus:
      com.fasterxml.jackson.core.JsonProcessingException
    • getHttpEntity

      protected org.apache.http.HttpEntity getHttpEntity(Map<String,Object> map) throws com.fasterxml.jackson.core.JsonProcessingException
      Löst aus:
      com.fasterxml.jackson.core.JsonProcessingException
    • getJson

      protected String getJson(Map<String,Object> map) throws com.fasterxml.jackson.core.JsonProcessingException
      Löst aus:
      com.fasterxml.jackson.core.JsonProcessingException
    • getHttpUriRequest

      protected org.apache.http.client.methods.HttpUriRequest getHttpUriRequest(Class<? extends org.apache.http.client.methods.HttpRequestBase> httpRequestBaseClass, URI uri)
    • getHttpUriRequest

      protected org.apache.http.client.methods.HttpUriRequest getHttpUriRequest(Class<? extends org.apache.http.client.methods.HttpRequestBase> httpRequestBaseClass, URI uri, @Nullable @Nullable org.apache.http.HttpEntity httpEntity)