| Modifier and Type | Field and Description | 
|---|---|
| protected String | appId | 
| protected String | appName | 
| protected boolean | isAppFolder | 
| protected Date | linked | 
| protected String | publisher | 
| protected String | publisherUrl | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | Builder(String appId,
       String appName,
       boolean isAppFolder) | 
| Modifier and Type | Method and Description | 
|---|---|
| ApiApp | build()Builds an instance of  ApiAppconfigured with this builder's
 values | 
| ApiApp.Builder | withLinked(Date linked)Set value for optional field. | 
| ApiApp.Builder | withPublisher(String publisher)Set value for optional field. | 
| ApiApp.Builder | withPublisherUrl(String publisherUrl)Set value for optional field. | 
protected final String appId
protected final String appName
protected final boolean isAppFolder
protected String publisher
protected String publisherUrl
protected Date linked
public ApiApp.Builder withPublisher(String publisher)
publisher - The application publisher name.public ApiApp.Builder withPublisherUrl(String publisherUrl)
publisherUrl - The publisher's URL.public ApiApp.Builder withLinked(Date linked)
linked - The time this application was linked.