Class IosAzureAdSingleSignOnExtension.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosAzureAdSingleSignOnExtension.Builder
-
- Enclosing class:
- IosAzureAdSingleSignOnExtension
public static final class IosAzureAdSingleSignOnExtension.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosAzureAdSingleSignOnExtensionbuild()IosAzureAdSingleSignOnExtension.BuilderbundleIdAccessControlList(String... bundleIdAccessControlList)“An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on.”IosAzureAdSingleSignOnExtension.BuilderbundleIdAccessControlList(List<String> bundleIdAccessControlList)“An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on.”IosAzureAdSingleSignOnExtension.BuilderbundleIdAccessControlListNextLink(String bundleIdAccessControlListNextLink)“An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on.”IosAzureAdSingleSignOnExtension.Builderconfigurations(List<KeyTypedValuePair> configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosAzureAdSingleSignOnExtension.Builderconfigurations(KeyTypedValuePair... configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosAzureAdSingleSignOnExtension.BuilderconfigurationsNextLink(String configurationsNextLink)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosAzureAdSingleSignOnExtension.BuilderenableSharedDeviceMode(Boolean enableSharedDeviceMode)“Enables or disables shared device mode.”
-
-
-
Method Detail
-
bundleIdAccessControlList
public IosAzureAdSingleSignOnExtension.Builder bundleIdAccessControlList(List<String> bundleIdAccessControlList)
“An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on.”- Parameters:
bundleIdAccessControlList- value ofbundleIdAccessControlListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bundleIdAccessControlList
public IosAzureAdSingleSignOnExtension.Builder bundleIdAccessControlList(String... bundleIdAccessControlList)
“An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on.”- Parameters:
bundleIdAccessControlList- value ofbundleIdAccessControlListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bundleIdAccessControlListNextLink
public IosAzureAdSingleSignOnExtension.Builder bundleIdAccessControlListNextLink(String bundleIdAccessControlListNextLink)
“An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on.”- Parameters:
bundleIdAccessControlListNextLink- value ofbundleIdAccessControlList@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
configurations
public IosAzureAdSingleSignOnExtension.Builder configurations(List<KeyTypedValuePair> configurations)
“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements.”- Parameters:
configurations- value ofconfigurationsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
configurations
public IosAzureAdSingleSignOnExtension.Builder configurations(KeyTypedValuePair... configurations)
“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements.”- Parameters:
configurations- value ofconfigurationsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
configurationsNextLink
public IosAzureAdSingleSignOnExtension.Builder configurationsNextLink(String configurationsNextLink)
“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements.”- Parameters:
configurationsNextLink- value ofconfigurations@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enableSharedDeviceMode
public IosAzureAdSingleSignOnExtension.Builder enableSharedDeviceMode(Boolean enableSharedDeviceMode)
“Enables or disables shared device mode.”- Parameters:
enableSharedDeviceMode- value ofenableSharedDeviceModeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosAzureAdSingleSignOnExtension build()
-
-