Class WorkspaceSettingList

java.lang.Object
com.azure.resourcemanager.security.models.WorkspaceSettingList

public final class WorkspaceSettingList extends Object
List of workspace settings response.
  • Constructor Details

    • WorkspaceSettingList

      public WorkspaceSettingList()
  • Method Details

    • value

      public List<WorkspaceSettingInner> value()
      Get the value property: List of workspace settings.
      Returns:
      the value value.
    • withValue

      public WorkspaceSettingList withValue(List<WorkspaceSettingInner> value)
      Set the value property: List of workspace settings.
      Parameters:
      value - the value value to set.
      Returns:
      the WorkspaceSettingList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to fetch the next page.
      Returns:
      the nextLink value.
    • validate

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