public class IosAzureAdSingleSignOnExtension extends IosSingleSignOnExtension implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosAzureAdSingleSignOnExtension.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyTypedValuePair> |
configurations |
protected String |
configurationsNextLink |
protected Boolean |
enableSharedDeviceMode |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
IosAzureAdSingleSignOnExtension() |
| Modifier and Type | Method and Description |
|---|---|
static IosAzureAdSingleSignOnExtension.Builder |
builderIosAzureAdSingleSignOnExtension()
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<KeyTypedValuePair> |
getConfigurations()
“Gets or sets a list of typed key-value pairs used to configure Credential-type
profiles.
|
com.github.davidmoten.odata.client.CollectionPage<KeyTypedValuePair> |
getConfigurations(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Gets or sets a list of typed key-value pairs used to configure Credential-type
profiles.
|
Optional<Boolean> |
getEnableSharedDeviceMode()
“Enables or disables shared device mode.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosAzureAdSingleSignOnExtension |
withEnableSharedDeviceMode(Boolean enableSharedDeviceMode)
Returns an immutable copy of
this with just the enableSharedDeviceMode field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean enableSharedDeviceMode
protected List<KeyTypedValuePair> configurations
protected String configurationsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosSingleSignOnExtensionpublic Optional<Boolean> getEnableSharedDeviceMode()
public IosAzureAdSingleSignOnExtension withEnableSharedDeviceMode(Boolean enableSharedDeviceMode)
this with just the enableSharedDeviceMode 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.
“Enables or disables shared device mode.”
enableSharedDeviceMode - new value of enableSharedDeviceMode field (as defined in service metadata)this with just the enableSharedDeviceMode field changedpublic com.github.davidmoten.odata.client.CollectionPage<KeyTypedValuePair> getConfigurations()
public com.github.davidmoten.odata.client.CollectionPage<KeyTypedValuePair> getConfigurations(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 IosSingleSignOnExtensionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosSingleSignOnExtensionpublic static IosAzureAdSingleSignOnExtension.Builder builderIosAzureAdSingleSignOnExtension()
public String toString()
toString in class IosSingleSignOnExtensionCopyright © 2018–2020. All rights reserved.