Class FeatureFlag
java.lang.Object
com.microsoft.graph.core.requests.FeatureFlag
The class which holds the values of each feature flag.
Values are set such that they translate seamlessly to base 2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe value of the Auth Handler flag, 100.static final intThe value of the Batch Request flag, 1000000000.static final intThe value of the Compression Handler flag, 1000000.static final intThe value of the Connection Pool flag, 10000000.static final intThe value of the Default Http flag, 1000.static final intThe value of the File Upload flag, 100000000000.static final intThe value of the Logging Handler flag, 10000.static final intThe value of the Long Running Operation flag, 100000000.static final intThe value of the None flag, 0.static final intThe value of the Page Iterator flag, 10000000000.static final intThe value of the Redirect Handler flag, 1.static final intThe value of the Retry Handler flag, 10.static final intThe value of the Service Discovery flag, 100000.static final intThe value of the UrlReplacement flag, 1000000000000. -
Method Summary
-
Field Details
-
NONE_FLAG
public static final int NONE_FLAGThe value of the None flag, 0.- See Also:
-
REDIRECT_HANDLER_FLAG
public static final int REDIRECT_HANDLER_FLAGThe value of the Redirect Handler flag, 1.- See Also:
-
RETRY_HANDLER_FLAG
public static final int RETRY_HANDLER_FLAGThe value of the Retry Handler flag, 10.- See Also:
-
AUTH_HANDLER_FLAG
public static final int AUTH_HANDLER_FLAGThe value of the Auth Handler flag, 100.- See Also:
-
DEFAULT_HTTP_FLAG
public static final int DEFAULT_HTTP_FLAGThe value of the Default Http flag, 1000.- See Also:
-
LOGGING_HANDLER_FLAG
public static final int LOGGING_HANDLER_FLAGThe value of the Logging Handler flag, 10000.- See Also:
-
SERVICE_DISCOVERY_FLAG
public static final int SERVICE_DISCOVERY_FLAGThe value of the Service Discovery flag, 100000.- See Also:
-
COMPRESSION_HANDLER_FLAG
public static final int COMPRESSION_HANDLER_FLAGThe value of the Compression Handler flag, 1000000.- See Also:
-
CONNECTION_POOL_FLAG
public static final int CONNECTION_POOL_FLAGThe value of the Connection Pool flag, 10000000.- See Also:
-
LONG_RUNNING_OP_FLAG
public static final int LONG_RUNNING_OP_FLAGThe value of the Long Running Operation flag, 100000000.- See Also:
-
BATCH_REQUEST_FLAG
public static final int BATCH_REQUEST_FLAGThe value of the Batch Request flag, 1000000000.- See Also:
-
PAGE_ITERATOR_FLAG
public static final int PAGE_ITERATOR_FLAGThe value of the Page Iterator flag, 10000000000.- See Also:
-
FILE_UPLOAD_FLAG
public static final int FILE_UPLOAD_FLAGThe value of the File Upload flag, 100000000000.- See Also:
-
URL_REPLACEMENT_FLAG
public static final int URL_REPLACEMENT_FLAGThe value of the UrlReplacement flag, 1000000000000.- See Also:
-