UnencryptedCredentialsList Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. UnencryptedCredentialsList
- com.
Implements
public final class UnencryptedCredentialsList
implements JsonSerializable<UnencryptedCredentialsList>
List of unencrypted credentials for accessing device.
Constructor Summary
| Constructor | Description |
|---|---|
| UnencryptedCredentialsList() |
Creates an instance of Unencrypted |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Unencrypted |
fromJson(JsonReader jsonReader)
Reads an instance of Unencrypted |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Unencrypted |
value()
Get the value property: List of unencrypted credentials. |
|
Unencrypted |
withNextLink(String nextLink)
Set the next |
|
Unencrypted |
withValue(List<UnencryptedCredentialsInner> value)
Set the value property: List of unencrypted credentials. |
Methods inherited from java.lang.Object
Constructor Details
UnencryptedCredentialsList
public UnencryptedCredentialsList()
Creates an instance of UnencryptedCredentialsList class.
Method Details
fromJson
public static UnencryptedCredentialsList fromJson(JsonReader jsonReader)
Reads an instance of UnencryptedCredentialsList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link for the next set of unencrypted credentials.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<UnencryptedCredentialsInner> value()
Get the value property: List of unencrypted credentials.
Returns:
withNextLink
public UnencryptedCredentialsList withNextLink(String nextLink)
Set the nextLink property: Link for the next set of unencrypted credentials.
Parameters:
Returns:
withValue
public UnencryptedCredentialsList withValue(List<UnencryptedCredentialsInner> value)
Set the value property: List of unencrypted credentials.
Parameters:
Returns: