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 int
COMPRESSION_ALLOWED
Compression is avaialble and the user can determine if he wants to send the content in a compressed formatstatic int
COMPRESSION_NOT_ALLOWED
Compression is not allowed for this contentstatic int
COMPRESSION_NOT_AVAILABLE
Compression is not avaialblestatic int
COMPRESSION_REQUIRED
Compression 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
-
-