public class AppListItem extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppListItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected String |
appStoreUrl |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
name |
protected String |
odataType |
protected String |
publisher |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AppListItem() |
| Modifier and Type | Method and Description |
|---|---|
static AppListItem.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppId()
“The bundle identifier of the application”
|
Optional<String> |
getAppStoreUrl()
“The Store URL of the application”
|
Optional<String> |
getName()
“The application name”
|
Optional<String> |
getPublisher()
“The publisher of the application”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AppListItem |
withAppId(String appId)
Returns an immutable copy of
this with just the appId field
changed. |
AppListItem |
withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
AppListItem |
withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
AppListItem |
withPublisher(String publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String name
protected String publisher
protected String appStoreUrl
protected String appId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AppListItem withName(String name)
this with just the name field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The application name”
name - new value of name field (as defined in service metadata)this with just the name field changedpublic Optional<String> getPublisher()
public AppListItem withPublisher(String publisher)
this with just the publisher field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The publisher of the application”
publisher - new value of publisher field (as defined in service metadata)this with just the publisher field changedpublic Optional<String> getAppStoreUrl()
public AppListItem withAppStoreUrl(String appStoreUrl)
this with just the appStoreUrl
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The Store URL of the application”
appStoreUrl - new value of appStoreUrl field (as defined in service metadata)this with just the appStoreUrl field changedpublic Optional<String> getAppId()
public AppListItem withAppId(String appId)
this with just the appId field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The bundle identifier of the application”
appId - new value of appId field (as defined in service metadata)this with just the appId field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AppListItem.Builder builder()
Copyright © 2018–2020. All rights reserved.