public class IosHomeScreenFolder extends IosHomeScreenItem implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosHomeScreenFolder.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<IosHomeScreenFolderPage> |
pages |
protected String |
pagesNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, displayName, odataType| Modifier | Constructor and Description |
|---|---|
protected |
IosHomeScreenFolder() |
| Modifier and Type | Method and Description |
|---|---|
static IosHomeScreenFolder.Builder |
builderIosHomeScreenFolder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenFolderPage> |
getPages()
“Pages of Home Screen Layout Icons which must be Application Type.
|
com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenFolderPage> |
getPages(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Pages of Home Screen Layout Icons which must be Application Type.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
getDisplayName, withDisplayNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected List<IosHomeScreenFolderPage> pages
protected String pagesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosHomeScreenItempublic com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenFolderPage> getPages()
public com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenFolderPage> getPages(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IosHomeScreenItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosHomeScreenItempublic static IosHomeScreenFolder.Builder builderIosHomeScreenFolder()
public String toString()
toString in class IosHomeScreenItemCopyright © 2018–2020. All rights reserved.