Class FeatureFlag

java.lang.Object
com.microsoft.graph.core.requests.FeatureFlag

public final class FeatureFlag extends Object
The class which holds the values of each feature flag. Values are set such that they translate seamlessly to base 2.
  • Field Details

    • NONE_FLAG

      public static final int NONE_FLAG
      The value of the None flag, 0.
      See Also:
    • REDIRECT_HANDLER_FLAG

      public static final int REDIRECT_HANDLER_FLAG
      The value of the Redirect Handler flag, 1.
      See Also:
    • RETRY_HANDLER_FLAG

      public static final int RETRY_HANDLER_FLAG
      The value of the Retry Handler flag, 10.
      See Also:
    • AUTH_HANDLER_FLAG

      public static final int AUTH_HANDLER_FLAG
      The value of the Auth Handler flag, 100.
      See Also:
    • DEFAULT_HTTP_FLAG

      public static final int DEFAULT_HTTP_FLAG
      The value of the Default Http flag, 1000.
      See Also:
    • LOGGING_HANDLER_FLAG

      public static final int LOGGING_HANDLER_FLAG
      The value of the Logging Handler flag, 10000.
      See Also:
    • SERVICE_DISCOVERY_FLAG

      public static final int SERVICE_DISCOVERY_FLAG
      The value of the Service Discovery flag, 100000.
      See Also:
    • COMPRESSION_HANDLER_FLAG

      public static final int COMPRESSION_HANDLER_FLAG
      The value of the Compression Handler flag, 1000000.
      See Also:
    • CONNECTION_POOL_FLAG

      public static final int CONNECTION_POOL_FLAG
      The value of the Connection Pool flag, 10000000.
      See Also:
    • LONG_RUNNING_OP_FLAG

      public static final int LONG_RUNNING_OP_FLAG
      The value of the Long Running Operation flag, 100000000.
      See Also:
    • BATCH_REQUEST_FLAG

      public static final int BATCH_REQUEST_FLAG
      The value of the Batch Request flag, 1000000000.
      See Also:
    • PAGE_ITERATOR_FLAG

      public static final int PAGE_ITERATOR_FLAG
      The value of the Page Iterator flag, 10000000000.
      See Also:
    • FILE_UPLOAD_FLAG

      public static final int FILE_UPLOAD_FLAG
      The value of the File Upload flag, 100000000000.
      See Also:
    • URL_REPLACEMENT_FLAG

      public static final int URL_REPLACEMENT_FLAG
      The value of the UrlReplacement flag, 1000000000000.
      See Also: