Class IosCredentialSingleSignOnExtension.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosCredentialSingleSignOnExtension.Builder
-
- Enclosing class:
- IosCredentialSingleSignOnExtension
public static final class IosCredentialSingleSignOnExtension.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosCredentialSingleSignOnExtensionbuild()IosCredentialSingleSignOnExtension.Builderconfigurations(List<KeyTypedValuePair> configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosCredentialSingleSignOnExtension.Builderconfigurations(KeyTypedValuePair... configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosCredentialSingleSignOnExtension.BuilderconfigurationsNextLink(String configurationsNextLink)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosCredentialSingleSignOnExtension.Builderdomains(String... domains)“Gets or sets a list of hosts or domain names for which the app extension performs SSO.”IosCredentialSingleSignOnExtension.Builderdomains(List<String> domains)“Gets or sets a list of hosts or domain names for which the app extension performs SSO.”IosCredentialSingleSignOnExtension.BuilderdomainsNextLink(String domainsNextLink)“Gets or sets a list of hosts or domain names for which the app extension performs SSO.”IosCredentialSingleSignOnExtension.BuilderextensionIdentifier(String extensionIdentifier)“Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs.”IosCredentialSingleSignOnExtension.Builderrealm(String realm)“Gets or sets the case-sensitive realm name for this profile.”IosCredentialSingleSignOnExtension.BuilderteamIdentifier(String teamIdentifier)“Gets or sets the team ID of the app extension that performs SSO for the specified URLs.”
-
-
-
Method Detail
-
configurations
public IosCredentialSingleSignOnExtension.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 IosCredentialSingleSignOnExtension.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 IosCredentialSingleSignOnExtension.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)
-
domains
public IosCredentialSingleSignOnExtension.Builder domains(List<String> domains)
“Gets or sets a list of hosts or domain names for which the app extension performs SSO.”- Parameters:
domains- value ofdomainsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
domains
public IosCredentialSingleSignOnExtension.Builder domains(String... domains)
“Gets or sets a list of hosts or domain names for which the app extension performs SSO.”- Parameters:
domains- value ofdomainsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
domainsNextLink
public IosCredentialSingleSignOnExtension.Builder domainsNextLink(String domainsNextLink)
“Gets or sets a list of hosts or domain names for which the app extension performs SSO.”- Parameters:
domainsNextLink- value ofdomains@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
extensionIdentifier
public IosCredentialSingleSignOnExtension.Builder extensionIdentifier(String extensionIdentifier)
“Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs.”- Parameters:
extensionIdentifier- value ofextensionIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
realm
public IosCredentialSingleSignOnExtension.Builder realm(String realm)
“Gets or sets the case-sensitive realm name for this profile.”- Parameters:
realm- value ofrealmproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
teamIdentifier
public IosCredentialSingleSignOnExtension.Builder teamIdentifier(String teamIdentifier)
“Gets or sets the team ID of the app extension that performs SSO for the specified URLs.”- Parameters:
teamIdentifier- value ofteamIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosCredentialSingleSignOnExtension build()
-
-