Package com.docusign.esign.model
Class Credential
- java.lang.Object
-
- com.docusign.esign.model.Credential
-
public class Credential extends Object
Credential
-
-
Constructor Summary
Constructors Constructor Description Credential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetType()StringgetValue()Specifies the value of the tab.inthashCode()voidsetType(String type)voidsetValue(String value)StringtoString()Credentialtype(String type)Credentialvalue(String value)
-
-
-
Method Detail
-
type
public Credential type(String type)
-
getType
public String getType()
- Returns:
- type
-
setType
public void setType(String type)
-
value
public Credential value(String value)
-
getValue
public String getValue()
Specifies the value of the tab.- Returns:
- value
-
setValue
public void setValue(String value)
-
-