Class AndroidDeviceOwnerKioskModeManagedFolder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AndroidDeviceOwnerKioskModeManagedFolder
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AndroidDeviceOwnerKioskModeManagedFolder extends Object implements com.github.davidmoten.odata.client.ODataType
“A folder containing pages of apps and weblinks on the Managed Home Screen”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAndroidDeviceOwnerKioskModeManagedFolder.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringfolderIdentifierprotected StringfolderNameprotected List<AndroidDeviceOwnerKioskModeFolderItem>itemsprotected StringitemsNextLinkprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndroidDeviceOwnerKioskModeManagedFolder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndroidDeviceOwnerKioskModeManagedFolder.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getFolderIdentifier()“Unique identifier for the folder”Optional<String>getFolderName()“Display name for the folder”com.github.davidmoten.odata.client.CollectionPage<AndroidDeviceOwnerKioskModeFolderItem>getItems()“Items to be added to managed folder.com.github.davidmoten.odata.client.CollectionPage<AndroidDeviceOwnerKioskModeFolderItem>getItems(com.github.davidmoten.odata.client.HttpRequestOptions options)“Items to be added to managed folder.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AndroidDeviceOwnerKioskModeManagedFolderwithFolderIdentifier(String folderIdentifier)Returns an immutable copy ofthiswith just thefolderIdentifierfield changed.AndroidDeviceOwnerKioskModeManagedFolderwithFolderName(String folderName)Returns an immutable copy ofthiswith just thefolderNamefield changed.AndroidDeviceOwnerKioskModeManagedFolderwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
folderIdentifier
protected String folderIdentifier
-
folderName
protected String folderName
-
items
protected List<AndroidDeviceOwnerKioskModeFolderItem> items
-
itemsNextLink
protected String itemsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getFolderIdentifier
public Optional<String> getFolderIdentifier()
“Unique identifier for the folder”- Returns:
- property folderIdentifier
-
withFolderIdentifier
public AndroidDeviceOwnerKioskModeManagedFolder withFolderIdentifier(String folderIdentifier)
Returns an immutable copy ofthiswith just thefolderIdentifierfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Unique identifier for the folder”
- Parameters:
folderIdentifier- new value offolderIdentifierfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thefolderIdentifierfield changed
-
getFolderName
public Optional<String> getFolderName()
“Display name for the folder”- Returns:
- property folderName
-
withFolderName
public AndroidDeviceOwnerKioskModeManagedFolder withFolderName(String folderName)
Returns an immutable copy ofthiswith just thefolderNamefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Display name for the folder”
- Parameters:
folderName- new value offolderNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thefolderNamefield changed
-
getItems
public com.github.davidmoten.odata.client.CollectionPage<AndroidDeviceOwnerKioskModeFolderItem> getItems()
“Items to be added to managed folder. This collection can contain a maximum of 500 elements.”- Returns:
- property items
-
getItems
public com.github.davidmoten.odata.client.CollectionPage<AndroidDeviceOwnerKioskModeFolderItem> getItems(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Items to be added to managed folder. This collection can contain a maximum of 500 elements.”- Parameters:
options- specify connect and read timeouts- Returns:
- property items
-
withUnmappedField
public AndroidDeviceOwnerKioskModeManagedFolder withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AndroidDeviceOwnerKioskModeManagedFolder.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-