Class LinkableEnvironmentListResponse

java.lang.Object
com.azure.resourcemanager.dynatrace.models.LinkableEnvironmentListResponse

public final class LinkableEnvironmentListResponse extends Object
Response for getting all the linkable environments.
  • Constructor Details

    • LinkableEnvironmentListResponse

      public LinkableEnvironmentListResponse()
  • Method Details

    • value

      Get the value property: List of environments for which user is an admin.
      Returns:
      the value value.
    • withValue

      Set the value property: List of environments for which user is an admin.
      Parameters:
      value - the value value to set.
      Returns:
      the LinkableEnvironmentListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results, if any.
      Returns:
      the nextLink value.
    • withNextLink

      public LinkableEnvironmentListResponse withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results, if any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the LinkableEnvironmentListResponse object itself.
    • validate

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