WikiContractInner Class

public final class WikiContractInner
extends ProxyResource

Wiki properties.

Constructor Summary

Constructor Description
WikiContractInner()

Creates an instance of WikiContractInner class.

Method Summary

Modifier and Type Method and Description
List<WikiDocumentationContract> documents()

Get the documents property: Collection wiki documents included into this wiki.

void validate()

Validates the instance.

WikiContractInner withDocuments(List<WikiDocumentationContract> documents)

Set the documents property: Collection wiki documents included into this wiki.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

WikiContractInner

public WikiContractInner()

Creates an instance of WikiContractInner class.

Method Details

documents

public List documents()

Get the documents property: Collection wiki documents included into this wiki.

Returns:

the documents value.

validate

public void validate()

Validates the instance.

withDocuments

public WikiContractInner withDocuments(List documents)

Set the documents property: Collection wiki documents included into this wiki.

Parameters:

documents - the documents value to set.

Returns:

the WikiContractInner object itself.

Applies to