Package com.microstrategy.web.objects
Interface EnumWebSubscriptionContentCompressionStatus
-
public interface EnumWebSubscriptionContentCompressionStatus- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPRESSION_ALLOWEDCompression is avaialble and the user can determine if he wants to send the content in a compressed formatstatic intCOMPRESSION_NOT_ALLOWEDCompression is not allowed for this contentstatic intCOMPRESSION_NOT_AVAILABLECompression is not avaialblestatic intCOMPRESSION_REQUIREDCompression is avaialble and is required
-
-
-
Field Detail
-
COMPRESSION_NOT_AVAILABLE
static final int COMPRESSION_NOT_AVAILABLE
Compression is not avaialble- See Also:
- Constant Field Values
-
COMPRESSION_ALLOWED
static final int COMPRESSION_ALLOWED
Compression is avaialble and the user can determine if he wants to send the content in a compressed format- See Also:
- Constant Field Values
-
COMPRESSION_NOT_ALLOWED
static final int COMPRESSION_NOT_ALLOWED
Compression is not allowed for this content- See Also:
- Constant Field Values
-
COMPRESSION_REQUIRED
static final int COMPRESSION_REQUIRED
Compression is avaialble and is required- See Also:
- Constant Field Values
-
-