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