Class HeaderOption

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

public class HeaderOption extends Option
A header value
  • Constructor Details

    • HeaderOption

      public HeaderOption(@Nonnull String name, @Nullable String value)
      Creates a header option object
      Parameters:
      name - the name of the header
      value - the value of the header