SsisFolder Class

public final class SsisFolder
extends SsisObjectMetadata

Ssis folder.

Constructor Summary

Constructor Description
SsisFolder()

Creates an instance of SsisFolder class.

Method Summary

Modifier and Type Method and Description
static SsisFolder fromJson(JsonReader jsonReader)

Reads an instance of SsisFolder from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
SsisObjectMetadataType type()

Get the type property: Type of metadata.

void validate()

Validates the instance.

SsisFolder withDescription(String description)

Set the description property: Metadata description.

SsisFolder withId(Long id)

Set the id property: Metadata id.

SsisFolder 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:

jsonReader - The JsonReader being read.

Returns:

An instance of SsisFolder if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SsisFolder.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SsisFolder.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public SsisObjectMetadataType type()

Get the type property: Type of metadata.

Overrides:

SsisFolder.type()

Returns:

the type value.

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:

description

withId

public SsisFolder withId(Long id)

Set the id property: Metadata id.

Overrides:

SsisFolder.withId(Long id)

Parameters:

id

withName

public SsisFolder withName(String name)

Set the name property: Metadata name.

Overrides:

SsisFolder.withName(String name)

Parameters:

name

Applies to