Class ClientDiscoveryResponse
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.ClientDiscoveryResponse
-
public final class ClientDiscoveryResponse extends Object
Operations List response which contains list of available APIs.
-
-
Constructor Summary
Constructors Constructor Description ClientDiscoveryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: Link to the next chunk of Response.void
validate()
Validates the instance.List<ClientDiscoveryValueForSingleApiInner>
value()
Get the value property: List of available operations.ClientDiscoveryResponse
withNextLink(String nextLink)
Set the nextLink property: Link to the next chunk of Response.ClientDiscoveryResponse
withValue(List<ClientDiscoveryValueForSingleApiInner> value)
Set the value property: List of available operations.
-
-
-
Method Detail
-
value
public List<ClientDiscoveryValueForSingleApiInner> value()
Get the value property: List of available operations.- Returns:
- the value value.
-
withValue
public ClientDiscoveryResponse withValue(List<ClientDiscoveryValueForSingleApiInner> value)
Set the value property: List of available operations.- Parameters:
value
- the value value to set.- Returns:
- the ClientDiscoveryResponse object itself.
-
nextLink
public String nextLink()
Get the nextLink property: Link to the next chunk of Response.- Returns:
- the nextLink value.
-
withNextLink
public ClientDiscoveryResponse withNextLink(String nextLink)
Set the nextLink property: Link to the next chunk of Response.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the ClientDiscoveryResponse object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-