Package com.microsoft.graph.models
Class NotebookGetNotebookFromWebUrlParameterSet
java.lang.Object
com.microsoft.graph.models.NotebookGetNotebookFromWebUrlParameterSet
The class for the Notebook Get Notebook From Web Url Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the NotebookGetNotebookFromWebUrlParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new NotebookGetNotebookFromWebUrlParameterSetprotectedNotebookGetNotebookFromWebUrlParameterSet(NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder builder) Instiaciates a new NotebookGetNotebookFromWebUrlParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
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
-
newBuilder
@Nonnull public static NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-