GatewayCollection Class

  • java.lang.Object
    • com.azure.resourcemanager.apimanagement.models.GatewayCollection

public final class GatewayCollection

Paged Gateway list representation.

Constructor Summary

Constructor Description
GatewayCollection()

Creates an instance of GatewayCollection class.

Method Summary

Modifier and Type Method and Description
Long count()

Get the count property: Total record count number across all pages.

String nextLink()

Get the nextLink property: Next page link if any.

void validate()

Validates the instance.

List<GatewayContractInner> value()

Get the value property: Page values.

GatewayCollection withCount(Long count)

Set the count property: Total record count number across all pages.

Methods inherited from java.lang.Object

Constructor Details

GatewayCollection

public GatewayCollection()

Creates an instance of GatewayCollection class.

Method Details

count

public Long count()

Get the count property: Total record count number across all pages.

Returns:

the count value.

nextLink

public String nextLink()

Get the nextLink property: Next page link if any.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Page values.

Returns:

the value value.

withCount

public GatewayCollection withCount(Long count)

Set the count property: Total record count number across all pages.

Parameters:

count - the count value to set.

Returns:

the GatewayCollection object itself.

Applies to