public class WindowsKioskProfile extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsKioskProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsKioskAppConfiguration |
appConfiguration |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected String |
profileId |
protected String |
profileName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected List<WindowsKioskUser> |
userAccountsConfiguration |
protected String |
userAccountsConfigurationNextLink |
| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskProfile() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskProfile.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<WindowsKioskAppConfiguration> |
getAppConfiguration()
“The App configuration that will be used for this kiosk configuration.”
|
Optional<String> |
getProfileId()
“Key of the entity.”
|
Optional<String> |
getProfileName()
“This is a friendly name used to identify a group of applications, the layout of
these apps on the start menu and the users to whom this kiosk configuration is
assigned.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser> |
getUserAccountsConfiguration()
“The user accounts that will be locked to this kiosk configuration.
|
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser> |
getUserAccountsConfiguration(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The user accounts that will be locked to this kiosk configuration.
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsKioskProfile |
withAppConfiguration(WindowsKioskAppConfiguration appConfiguration)
Returns an immutable copy of
this with just the appConfiguration
field changed. |
WindowsKioskProfile |
withProfileId(String profileId)
Returns an immutable copy of
this with just the profileId field
changed. |
WindowsKioskProfile |
withProfileName(String profileName)
Returns an immutable copy of
this with just the profileName
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String profileId
protected String profileName
protected WindowsKioskAppConfiguration appConfiguration
protected List<WindowsKioskUser> userAccountsConfiguration
protected String userAccountsConfigurationNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getProfileId()
public WindowsKioskProfile withProfileId(String profileId)
this with just the profileId 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.
“Key of the entity.”
profileId - new value of profileId field (as defined in service metadata)this with just the profileId field changedpublic Optional<String> getProfileName()
public WindowsKioskProfile withProfileName(String profileName)
this with just the profileName
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.
“This is a friendly name used to identify a group of applications, the layout of these apps on the start menu and the users to whom this kiosk configuration is assigned.”
profileName - new value of profileName field (as defined in service metadata)this with just the profileName field changedpublic Optional<WindowsKioskAppConfiguration> getAppConfiguration()
public WindowsKioskProfile withAppConfiguration(WindowsKioskAppConfiguration appConfiguration)
this with just the appConfiguration
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 App configuration that will be used for this kiosk configuration.”
appConfiguration - new value of appConfiguration field (as defined in service metadata)this with just the appConfiguration field changedpublic com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser> getUserAccountsConfiguration()
public com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser> getUserAccountsConfiguration(com.github.davidmoten.odata.client.HttpRequestOptions options)
public 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 WindowsKioskProfile.Builder builder()
Copyright © 2018–2020. All rights reserved.