BuildInner Class

public final class BuildInner
extends ProxyResource

Build resource payload.

Constructor Summary

Constructor Description
BuildInner()

Creates an instance of BuildInner class.

Method Summary

Modifier and Type Method and Description
BuildProperties properties()

Get the properties property: Properties of the build resource.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

BuildInner withProperties(BuildProperties properties)

Set the properties property: Properties of the build resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

BuildInner

public BuildInner()

Creates an instance of BuildInner class.

Method Details

properties

public BuildProperties properties()

Get the properties property: Properties of the build resource.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public BuildInner withProperties(BuildProperties properties)

Set the properties property: Properties of the build resource.

Parameters:

properties - the properties value to set.

Returns:

the BuildInner object itself.

Applies to