Class UnencryptedCredentialsList

java.lang.Object
com.azure.resourcemanager.databox.models.UnencryptedCredentialsList

public final class UnencryptedCredentialsList extends Object
List of unencrypted credentials for accessing device.
  • Constructor Details

    • UnencryptedCredentialsList

      public UnencryptedCredentialsList()
      Creates an instance of UnencryptedCredentialsList class.
  • Method Details

    • value

      Get the value property: List of unencrypted credentials.
      Returns:
      the value value.
    • withValue

      Set the value property: List of unencrypted credentials.
      Parameters:
      value - the value value to set.
      Returns:
      the UnencryptedCredentialsList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link for the next set of unencrypted credentials.
      Returns:
      the nextLink value.
    • withNextLink

      public UnencryptedCredentialsList withNextLink(String nextLink)
      Set the nextLink property: Link for the next set of unencrypted credentials.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the UnencryptedCredentialsList object itself.
    • validate

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