Class FeatureTracker
java.lang.Object
com.microsoft.graph.core.requests.FeatureTracker
Manages and tracks the flags for tasks and handlers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets a numeric representation of the SDK feature usageGets a serialized representation of the SDK feature usage.void
setFeatureUsage
(int flag) Sets a numeric representation of the SDK feature usage
-
Constructor Details
-
FeatureTracker
public FeatureTracker()Default constructor
-
-
Method Details
-
setFeatureUsage
public void setFeatureUsage(@Nonnull int flag) Sets a numeric representation of the SDK feature usage- Parameters:
flag
- a numeric representation of the SDK feature usage
-
getFeatureUsage
public int getFeatureUsage()Gets a numeric representation of the SDK feature usage- Returns:
- a numeric representation of the SDK feature usage
-
getSerializedFeatureUsage
Gets a serialized representation of the SDK feature usage.- Returns:
- a serialized representation of the SDK feature usage
-