public class PasswordEntity extends Object
| Constructor and Description |
|---|
PasswordEntity(String value,
com.atlassian.plugins.rest.common.Link link)
Constructs a password entity.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.plugins.rest.common.Link |
getLink() |
String |
getValue() |
public PasswordEntity(String value, com.atlassian.plugins.rest.common.Link link)
value - value of the passwordlink - link to the password resource.public String getValue()
public com.atlassian.plugins.rest.common.Link getLink()
Copyright © 2023 Atlassian. All rights reserved.