NotebookParameter Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. NotebookParameter
- com.
Implements
public final class NotebookParameter
implements JsonSerializable<NotebookParameter>
Notebook parameter.
Constructor Summary
| Constructor | Description |
|---|---|
| NotebookParameter() |
Creates an instance of Notebook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notebook |
fromJson(JsonReader jsonReader)
Reads an instance of Notebook |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Notebook |
type()
Get the type property: Notebook parameter type. |
| void |
validate()
Validates the instance. |
| Object |
value()
Get the value property: Notebook parameter value. |
|
Notebook |
withType(NotebookParameterType type)
Set the type property: Notebook parameter type. |
|
Notebook |
withValue(Object value)
Set the value property: Notebook parameter value. |
Methods inherited from java.lang.Object
Constructor Details
NotebookParameter
public NotebookParameter()
Creates an instance of NotebookParameter class.
Method Details
fromJson
public static NotebookParameter fromJson(JsonReader jsonReader)
Reads an instance of NotebookParameter from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public NotebookParameterType type()
Get the type property: Notebook parameter type.
Returns:
validate
public void validate()
Validates the instance.
value
public Object value()
Get the value property: Notebook parameter value. Type: string (or Expression with resultType string).
Returns:
withType
public NotebookParameter withType(NotebookParameterType type)
Set the type property: Notebook parameter type.
Parameters:
Returns:
withValue
public NotebookParameter withValue(Object value)
Set the value property: Notebook parameter value. Type: string (or Expression with resultType string).
Parameters:
Returns: