DocumentationContractInner Class

public final class DocumentationContractInner
extends ProxyResource

Markdown documentation details.

Constructor Summary

Constructor Description
DocumentationContractInner()

Creates an instance of DocumentationContractInner class.

Method Summary

Modifier and Type Method and Description
String content()

Get the content property: Markdown documentation content.

String title()

Get the title property: documentation title.

void validate()

Validates the instance.

DocumentationContractInner withContent(String content)

Set the content property: Markdown documentation content.

DocumentationContractInner withTitle(String title)

Set the title property: documentation title.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

DocumentationContractInner

public DocumentationContractInner()

Creates an instance of DocumentationContractInner class.

Method Details

content

public String content()

Get the content property: Markdown documentation content.

Returns:

the content value.

title

public String title()

Get the title property: documentation title.

Returns:

the title value.

validate

public void validate()

Validates the instance.

withContent

public DocumentationContractInner withContent(String content)

Set the content property: Markdown documentation content.

Parameters:

content - the content value to set.

Returns:

the DocumentationContractInner object itself.

withTitle

public DocumentationContractInner withTitle(String title)

Set the title property: documentation title.

Parameters:

title - the title value to set.

Returns:

the DocumentationContractInner object itself.

Applies to