Package com.microsoft.graph.models
Class NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder
- Enclosing class:
NotebookGetNotebookFromWebUrlParameterSet
public static final class NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder
extends Object
Fluent builder for the NotebookGetNotebookFromWebUrlParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new NotebookGetNotebookFromWebUrlParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithWebUrl
(String val) Sets the WebUrl
-
Field Details
-
webUrl
The webUrl parameter value
-
-
Constructor Details
-
NotebookGetNotebookFromWebUrlParameterSetBuilder
@Nullable protected NotebookGetNotebookFromWebUrlParameterSetBuilder()Instanciates a new NotebookGetNotebookFromWebUrlParameterSetBuilder
-
-
Method Details
-
withWebUrl
@Nonnull public NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder withWebUrl(@Nullable String val) Sets the WebUrl- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-