Package com.microsoft.graph.options
Class Option
java.lang.Object
com.microsoft.graph.options.Option
- Direct Known Subclasses:
FunctionOption,HeaderOption,QueryOption
An option that is settable for a request
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Option
Creates an option object- Parameters:
name- the name of the optionvalue- the value of the option
-
-
Method Details
-
getName
Gets the name of the option- Returns:
- the name of the option
-
getValue
Gets the value of the option- Returns:
- the value of the option
-