Class OperationListResponse


  • public final class OperationListResponse
    extends Object
    A list of operations that can be performed by the Data Factory service.
    • Constructor Detail

      • OperationListResponse

        public OperationListResponse()
    • Method Detail

      • value

        public List<OperationInner> value()
        Get the value property: List of Data Factory operations supported by the Data Factory resource provider.
        Returns:
        the value value.
      • withValue

        public OperationListResponse withValue​(List<OperationInner> value)
        Set the value property: List of Data Factory operations supported by the Data Factory resource provider.
        Parameters:
        value - the value value to set.
        Returns:
        the OperationListResponse object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link to the next page of results, if any remaining results exist.
        Returns:
        the nextLink value.
      • withNextLink

        public OperationListResponse withNextLink​(String nextLink)
        Set the nextLink property: The link to the next page of results, if any remaining results exist.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the OperationListResponse object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.