BuildServiceInner Class

public final class BuildServiceInner
extends ProxyResource

Build service resource payload.

Constructor Summary

Constructor Description
BuildServiceInner()

Creates an instance of BuildServiceInner class.

Method Summary

Modifier and Type Method and Description
BuildServiceProperties 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.

BuildServiceInner withProperties(BuildServiceProperties properties)

Set the properties property: Properties of the build resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

BuildServiceInner

public BuildServiceInner()

Creates an instance of BuildServiceInner class.

Method Details

properties

public BuildServiceProperties 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 BuildServiceInner withProperties(BuildServiceProperties properties)

Set the properties property: Properties of the build resource.

Parameters:

properties - the properties value to set.

Returns:

the BuildServiceInner object itself.

Applies to