SsisFolder Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SsisObjectMetadata - com.
azure. resourcemanager. synapse. models. SsisFolder
- com.
- com.
public final class SsisFolder
extends SsisObjectMetadata
Ssis folder.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisFolder() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Ssis |
type()
Get the type property: Type of metadata. |
| void |
validate()
Validates the instance. |
|
Ssis |
withDescription(String description)
Set the description property: Metadata description. |
|
Ssis |
withId(Long id)
Set the id property: Metadata id. |
|
Ssis |
withName(String name)
Set the name property: Metadata name. |
Methods inherited from SsisObjectMetadata
Methods inherited from java.lang.Object
Constructor Details
SsisFolder
public SsisFolder()
Creates an instance of SsisFolder class.
Method Details
fromJson
public static SsisFolder fromJson(JsonReader jsonReader)
Reads an instance of SsisFolder from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SsisFolder.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public SsisObjectMetadataType type()
Get the type property: Type of metadata.
Overrides:
SsisFolder.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SsisFolder.validate()withDescription
public SsisFolder withDescription(String description)
Set the description property: Metadata description.
Overrides:
SsisFolder.withDescription(String description)Parameters:
withId
public SsisFolder withId(Long id)
Set the id property: Metadata id.
Overrides:
SsisFolder.withId(Long id)Parameters:
withName
public SsisFolder withName(String name)
Set the name property: Metadata name.
Overrides:
SsisFolder.withName(String name)Parameters: