Package com.axway.apim.api.model.apps
Class ClientApplication
- java.lang.Object
-
- com.axway.apim.api.model.AbstractEntity
-
- com.axway.apim.api.model.apps.ClientApplication
-
- All Implemented Interfaces:
CustomPropertiesEntity
public class ClientApplication extends AbstractEntity implements CustomPropertiesEntity
- Author:
- ADMIN
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientApplication.ApplicationState
-
Constructor Summary
Constructors Constructor Description ClientApplication()
-
Method Summary
-
Methods inherited from class com.axway.apim.api.model.AbstractEntity
getDescription, getId, getName, setDescription, setId, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.axway.apim.api.model.CustomPropertiesEntity
getId
-
-
-
-
Method Detail
-
getOrganizationId
public String getOrganizationId()
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getPhone
public String getPhone()
-
setPhone
public void setPhone(String phone)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getState
public ClientApplication.ApplicationState getState()
-
setState
public void setState(ClientApplication.ApplicationState state)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getImage
public Image getImage()
-
setImage
public void setImage(Image image)
-
getOauthClientId
public String getOauthClientId()
-
setOauthClientId
public void setOauthClientId(String oauthClientId)
-
getExtClientId
public String getExtClientId()
-
setExtClientId
public void setExtClientId(String extClientId)
-
getApiKey
public String getApiKey()
-
setApiKey
public void setApiKey(String apiKey)
-
getOrganization
public Organization getOrganization()
-
setOrganization
public void setOrganization(Organization organization)
-
getAppQuota
public APIQuota getAppQuota()
-
setAppQuota
public void setAppQuota(APIQuota appQuota)
-
getCredentials
public List<ClientAppCredential> getCredentials()
-
setCredentials
public void setCredentials(List<ClientAppCredential> credentials)
-
getOauthResources
public List<ClientAppOauthResource> getOauthResources()
-
setOauthResources
public void setOauthResources(List<ClientAppOauthResource> oauthResources)
-
getPermissions
public List<ApplicationPermission> getPermissions()
-
setPermissions
public void setPermissions(List<ApplicationPermission> permissions)
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
getCreatedOn
public Long getCreatedOn()
-
setCreatedOn
public void setCreatedOn(Long createdOn)
-
getCustomProperties
public Map<String,String> getCustomProperties()
- Specified by:
getCustomPropertiesin interfaceCustomPropertiesEntity
-
setCustomProperties
public void setCustomProperties(Map<String,String> customProperties)
- Specified by:
setCustomPropertiesin interfaceCustomPropertiesEntity
-
-