public class AppleDeveloperProfileCredential extends Credential
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPENAME |
SCOPE_GLOBAL| Constructor and Description |
|---|
AppleDeveloperProfileCredential() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
dataForCreate() |
Map<String,Object> |
dataForUpdate() |
byte[] |
getDeveloperProfileContent() |
String |
getPassword() |
void |
setDeveloperProfileContent(byte[] developerProfileContent)
Set the content of the developer profile.
|
void |
setPassword(String password)
Set the password of the developer profile
|
boolean |
useMultipartForm()
Indicate if the request should be sent as multipart/form data
|
getDescription, getDisplayName, getFullName, getId, getScope, getTypeName, setDescription, setDisplayName, setFullName, setId, setScope, setTypeNamepublic static final String TYPENAME
public String getPassword()
public void setPassword(String password)
password - public byte[] getDeveloperProfileContent()
public void setDeveloperProfileContent(byte[] developerProfileContent)
developerProfileContent - public boolean useMultipartForm()
CredentialuseMultipartForm in class Credentialpublic Map<String,Object> dataForCreate()
dataForCreate in class Credentialpublic Map<String,Object> dataForUpdate()
dataForUpdate in class CredentialCopyright © 2017 JBoss by Red Hat. All rights reserved.