Class NotebookGetNotebookFromWebUrlParameterSet

java.lang.Object
com.microsoft.graph.models.NotebookGetNotebookFromWebUrlParameterSet

public class NotebookGetNotebookFromWebUrlParameterSet extends Object
The class for the Notebook Get Notebook From Web Url Parameter Set.
  • Field Details

    • webUrl

      @SerializedName(value="webUrl", alternate="WebUrl") @Expose @Nullable public String webUrl
      The web Url.
  • Constructor Details

    • NotebookGetNotebookFromWebUrlParameterSet

      public NotebookGetNotebookFromWebUrlParameterSet()
      Instiaciates a new NotebookGetNotebookFromWebUrlParameterSet
    • NotebookGetNotebookFromWebUrlParameterSet

      protected NotebookGetNotebookFromWebUrlParameterSet(@Nonnull NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder builder)
      Instiaciates a new NotebookGetNotebookFromWebUrlParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details