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