public class IosBookmark extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosBookmark.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
bookmarkFolder |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
url |
| Modifier | Constructor and Description |
|---|---|
protected |
IosBookmark() |
| Modifier and Type | Method and Description |
|---|---|
static IosBookmark.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getBookmarkFolder()
“The folder into which the bookmark should be added in Safari”
|
Optional<String> |
getDisplayName()
“The display name of the bookmark”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUrl()
“URL allowed to access”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosBookmark |
withBookmarkFolder(String bookmarkFolder)
Returns an immutable copy of
this with just the bookmarkFolder
field changed. |
IosBookmark |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
IosBookmark |
withUrl(String url)
Returns an immutable copy of
this with just the url field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String url
protected String bookmarkFolder
protected String displayName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic IosBookmark withUrl(String url)
this with just the url 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.
“URL allowed to access”
url - new value of url field (as defined in service metadata)this with just the url field changedpublic Optional<String> getBookmarkFolder()
public IosBookmark withBookmarkFolder(String bookmarkFolder)
this with just the bookmarkFolder
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 folder into which the bookmark should be added in Safari”
bookmarkFolder - new value of bookmarkFolder field (as defined in service metadata)this with just the bookmarkFolder field changedpublic Optional<String> getDisplayName()
public IosBookmark withDisplayName(String displayName)
this with just the displayName
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 display name of the bookmark”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName 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 IosBookmark.Builder builder()
Copyright © 2018–2020. All rights reserved.