MoveCollectionResultList Class

  • java.lang.Object
    • com.azure.resourcemanager.resourcemover.models.MoveCollectionResultList

public final class MoveCollectionResultList

Defines the collection of move collections.

Constructor Summary

Constructor Description
MoveCollectionResultList()

Creates an instance of MoveCollectionResultList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Gets the value of next link.

void validate()

Validates the instance.

List<MoveCollectionInner> value()

Get the value property: Gets the list of move collections.

MoveCollectionResultList withNextLink(String nextLink)

Set the nextLink property: Gets the value of next link.

MoveCollectionResultList withValue(List<MoveCollectionInner> value)

Set the value property: Gets the list of move collections.

Methods inherited from java.lang.Object

Constructor Details

MoveCollectionResultList

public MoveCollectionResultList()

Creates an instance of MoveCollectionResultList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Gets the value of next link.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets the list of move collections.

Returns:

the value value.

withNextLink

public MoveCollectionResultList withNextLink(String nextLink)

Set the nextLink property: Gets the value of next link.

Parameters:

nextLink - the nextLink value to set.

Returns:

the MoveCollectionResultList object itself.

withValue

public MoveCollectionResultList withValue(List value)

Set the value property: Gets the list of move collections.

Parameters:

value - the value value to set.

Returns:

the MoveCollectionResultList object itself.

Applies to