Class FunctionOption

java.lang.Object
com.microsoft.graph.options.Option
com.microsoft.graph.options.FunctionOption

public class FunctionOption extends Option
Represents an option to use with OData methods
  • Constructor Details

    • FunctionOption

      public FunctionOption(@Nonnull String name, @Nullable Object value)
      Creates an option object
      Parameters:
      name - the name of the option
      value - the value of the option