Class RedirectSingleSignOnExtension.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.RedirectSingleSignOnExtension.Builder
-
- Enclosing class:
- RedirectSingleSignOnExtension
public static final class RedirectSingleSignOnExtension.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedirectSingleSignOnExtensionbuild()RedirectSingleSignOnExtension.Builderconfigurations(List<KeyTypedValuePair> configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.RedirectSingleSignOnExtension.Builderconfigurations(KeyTypedValuePair... configurations)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.RedirectSingleSignOnExtension.BuilderconfigurationsNextLink(String configurationsNextLink)“Gets or sets a list of typed key-value pairs used to configure Credential-type profiles.RedirectSingleSignOnExtension.BuilderextensionIdentifier(String extensionIdentifier)“Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs.”RedirectSingleSignOnExtension.BuilderteamIdentifier(String teamIdentifier)“Gets or sets the team ID of the app extension that performs SSO for the specified URLs.”RedirectSingleSignOnExtension.BuilderurlPrefixes(String... urlPrefixes)“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on.RedirectSingleSignOnExtension.BuilderurlPrefixes(List<String> urlPrefixes)“One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on.RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension.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 RedirectSingleSignOnExtension build()
-
-