ConnectorMappingListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.customerinsights.models.ConnectorMappingListResult

public final class ConnectorMappingListResult

The response of list connector mapping operation.

Constructor Summary

Constructor Description
ConnectorMappingListResult()

Creates an instance of ConnectorMappingListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link to the next set of results.

void validate()

Validates the instance.

List<ConnectorMappingResourceFormatInner> value()

Get the value property: Results of the list operation.

ConnectorMappingListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results.

ConnectorMappingListResult withValue(List<ConnectorMappingResourceFormatInner> value)

Set the value property: Results of the list operation.

Methods inherited from java.lang.Object

Constructor Details

ConnectorMappingListResult

public ConnectorMappingListResult()

Creates an instance of ConnectorMappingListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Results of the list operation.

Returns:

the value value.

withNextLink

public ConnectorMappingListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ConnectorMappingListResult object itself.

withValue

public ConnectorMappingListResult withValue(List value)

Set the value property: Results of the list operation.

Parameters:

value - the value value to set.

Returns:

the ConnectorMappingListResult object itself.

Applies to