JobStreamListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.fluent.models.JobStreamListResultInner

public final class JobStreamListResultInner

The response model for the list job stream operation.

Constructor Summary

Constructor Description
JobStreamListResultInner()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Gets or sets the next link.

void validate()

Validates the instance.

List<JobStreamInner> value()

Get the value property: A list of job streams.

JobStreamListResultInner withNextLink(String nextLink)

Set the nextLink property: Gets or sets the next link.

JobStreamListResultInner withValue(List<JobStreamInner> value)

Set the value property: A list of job streams.

Methods inherited from java.lang.Object

Constructor Details

JobStreamListResultInner

public JobStreamListResultInner()

Method Details

nextLink

public String nextLink()

Get the nextLink property: Gets or sets the next link.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of job streams.

Returns:

the value value.

withNextLink

public JobStreamListResultInner withNextLink(String nextLink)

Set the nextLink property: Gets or sets the next link.

Parameters:

nextLink - the nextLink value to set.

Returns:

the JobStreamListResultInner object itself.

withValue

public JobStreamListResultInner withValue(List value)

Set the value property: A list of job streams.

Parameters:

value - the value value to set.

Returns:

the JobStreamListResultInner object itself.

Applies to