| Modifier and Type | Field and Description |
|---|---|
String |
EncryptedPassword
Encrypted password
|
String |
Locale
Optional locale.
|
String |
Username
Username
|
| Constructor and Description |
|---|
PostSession() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptedPassword() |
String |
getLocale() |
Object |
getResponseType() |
String |
getUsername() |
Publish.PostSession |
setEncryptedPassword(String value) |
Publish.PostSession |
setLocale(String value) |
Publish.PostSession |
setUsername(String value) |
public String Username
public String EncryptedPassword
public String Locale
public String getUsername()
public Publish.PostSession setUsername(String value)
public String getEncryptedPassword()
public Publish.PostSession setEncryptedPassword(String value)
public String getLocale()
public Publish.PostSession setLocale(String value)
Copyright © 2022. All rights reserved.