public static class SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE
extends java.lang.Object
ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE.none = none ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE.gzip = gzip ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE.zlib_deflate = zlib (deflate) ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE.raw_deflate = deflate
Modifier and Type | Field and Description |
---|---|
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE |
gzip |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE |
none |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE |
raw_deflate |
static java.lang.String[] |
values |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE |
zlib_deflate |
Modifier | Constructor and Description |
---|---|
protected |
SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE none
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE gzip
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE zlib_deflate
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE raw_deflate
public static java.lang.String[] values
protected SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_REQUESTCOMPRESSIONTYPE getEnumFromString(java.lang.String enumValue)