Constant Field Values

Contents

org.jclouds.*

  • org.jclouds.rest.annotations.FormParams 
    Modifier and Type Constant Field Value
    public static final String NULL "FORM_NULL"
  • org.jclouds.rest.annotations.PartParam 
    Modifier and Type Constant Field Value
    public static final String NO_CONTENT_TYPE "---NO_CONTENT_TYPE---"
    public static final String NO_FILENAME "---NO_FILENAME---"
  • org.jclouds.rest.annotations.PayloadParams 
    Modifier and Type Constant Field Value
    public static final String NULL "MAP_PAYLOAD_NULL"
  • org.jclouds.rest.annotations.QueryParams 
    Modifier and Type Constant Field Value
    public static final String NULL "QUERY_NULL"
  • org.jclouds.xml.XMLParser 
    Modifier and Type Constant Field Value
    public static final String DEFAULT_XML_HEADER "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>"