Class IosRedirectSingleSignOnExtension.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosRedirectSingleSignOnExtension.Builder
-
- Enclosing class:
- IosRedirectSingleSignOnExtension
public static final class IosRedirectSingleSignOnExtension.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosRedirectSingleSignOnExtensionbuild()IosRedirectSingleSignOnExtension.Builderconfigurations(List<KeyTypedValuePair> configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosRedirectSingleSignOnExtension.Builderconfigurations(KeyTypedValuePair... configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosRedirectSingleSignOnExtension.BuilderconfigurationsNextLink(String configurationsNextLink)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.IosRedirectSingleSignOnExtension.BuilderextensionIdentifier(String extensionIdentifier)“Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs.”IosRedirectSingleSignOnExtension.BuilderteamIdentifier(String teamIdentifier)“Gets or sets the team ID of the app extension that performs SSO for the specified URLs.”IosRedirectSingleSignOnExtension.BuilderurlPrefixes(String... urlPrefixes)“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on.IosRedirectSingleSignOnExtension.BuilderurlPrefixes(List<String> urlPrefixes)“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on.IosRedirectSingleSignOnExtension.BuilderurlPrefixesNextLink(String urlPrefixesNextLink)“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on.
-
-
-
Method Detail
-
configurations
public IosRedirectSingleSignOnExtension.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 IosRedirectSingleSignOnExtension.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 IosRedirectSingleSignOnExtension.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)
-
extensionIdentifier
public IosRedirectSingleSignOnExtension.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)
-
teamIdentifier
public IosRedirectSingleSignOnExtension.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)
-
urlPrefixes
public IosRedirectSingleSignOnExtension.Builder urlPrefixes(List<String> urlPrefixes)
“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on. URLs must begin with http:// or https://. All URL prefixes must be unique for all profiles.”- Parameters:
urlPrefixes- value ofurlPrefixesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
urlPrefixes
public IosRedirectSingleSignOnExtension.Builder urlPrefixes(String... urlPrefixes)
“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on. URLs must begin with http:// or https://. All URL prefixes must be unique for all profiles.”- Parameters:
urlPrefixes- value ofurlPrefixesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
urlPrefixesNextLink
public IosRedirectSingleSignOnExtension.Builder urlPrefixesNextLink(String urlPrefixesNextLink)
“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on. URLs must begin with http:// or https://. All URL prefixes must be unique for all profiles.”- Parameters:
urlPrefixesNextLink- value ofurlPrefixes@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosRedirectSingleSignOnExtension build()
-
-