@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class PodAppEntitlement extends Object
| Constructor and Description |
|---|
PodAppEntitlement() |
| Modifier and Type | Method and Description |
|---|---|
PodAppEntitlement |
appId(String appId) |
PodAppEntitlement |
appName(String appName) |
PodAppEntitlement |
enable(Boolean enable) |
boolean |
equals(Object o) |
String |
getAppId()
Unique ID for the Application
|
String |
getAppName()
Name for this Application
|
Boolean |
getEnable()
Get enable
|
Boolean |
getInstall()
if true, the entitlement is set to automatic for the company.
|
Boolean |
getListed()
if true, this application will be listed in the appstore for everyone.
|
int |
hashCode() |
PodAppEntitlement |
install(Boolean install) |
PodAppEntitlement |
listed(Boolean listed) |
void |
setAppId(String appId) |
void |
setAppName(String appName) |
void |
setEnable(Boolean enable) |
void |
setInstall(Boolean install) |
void |
setListed(Boolean listed) |
String |
toString() |
public PodAppEntitlement appId(String appId)
public String getAppId()
public void setAppId(String appId)
public PodAppEntitlement appName(String appName)
public String getAppName()
public void setAppName(String appName)
public PodAppEntitlement enable(Boolean enable)
public Boolean getEnable()
public void setEnable(Boolean enable)
public PodAppEntitlement listed(Boolean listed)
public Boolean getListed()
public void setListed(Boolean listed)
public PodAppEntitlement install(Boolean install)
public Boolean getInstall()
public void setInstall(Boolean install)
Copyright © 2018 Symphony Software Foundation. All rights reserved.