public class NotebookGetNotebookFromWebUrlParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder
Fluent builder for the NotebookGetNotebookFromWebUrlParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
webUrl
The web Url.
|
| Modifier | Constructor and Description |
|---|---|
|
NotebookGetNotebookFromWebUrlParameterSet()
Instiaciates a new NotebookGetNotebookFromWebUrlParameterSet
|
protected |
NotebookGetNotebookFromWebUrlParameterSet(NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder builder)
Instiaciates a new NotebookGetNotebookFromWebUrlParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="webUrl",
alternate="WebUrl")
@Expose
@Nullable
public java.lang.String webUrl
public NotebookGetNotebookFromWebUrlParameterSet()
protected NotebookGetNotebookFromWebUrlParameterSet(@Nonnull
NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static NotebookGetNotebookFromWebUrlParameterSet.NotebookGetNotebookFromWebUrlParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()