StringListInner Class

public final class StringListInner
extends ProxyOnlyResource

String list resource.

Constructor Summary

Constructor Description
StringListInner()

Creates an instance of StringListInner class.

Method Summary

Modifier and Type Method and Description
List<String> properties()

Get the properties property: List of string resources.

void validate()

Validates the instance.

StringListInner withKind(String kind)

Set the kind property: Kind of resource.

StringListInner withProperties(List<String> properties)

Set the properties property: List of string resources.

Methods inherited from ProxyResource

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

StringListInner

public StringListInner()

Creates an instance of StringListInner class.

Method Details

properties

public List properties()

Get the properties property: List of string resources.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

Overrides:

StringListInner.validate()

withKind

public StringListInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

StringListInner.withKind(String kind)

Parameters:

kind

withProperties

public StringListInner withProperties(List properties)

Set the properties property: List of string resources.

Parameters:

properties - the properties value to set.

Returns:

the StringListInner object itself.

Applies to