Class SpecifiedCaptiveNetworkPlugins.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.SpecifiedCaptiveNetworkPlugins.Builder
-
- Enclosing class:
- SpecifiedCaptiveNetworkPlugins
public static final class SpecifiedCaptiveNetworkPlugins.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpecifiedCaptiveNetworkPlugins.BuilderallowedBundleIdentifiers(String... allowedBundleIdentifiers)“Address of the IKEv2 server.SpecifiedCaptiveNetworkPlugins.BuilderallowedBundleIdentifiers(List<String> allowedBundleIdentifiers)“Address of the IKEv2 server.SpecifiedCaptiveNetworkPlugins.BuilderallowedBundleIdentifiersNextLink(String allowedBundleIdentifiersNextLink)“Address of the IKEv2 server.SpecifiedCaptiveNetworkPluginsbuild()
-
-
-
Method Detail
-
allowedBundleIdentifiers
public SpecifiedCaptiveNetworkPlugins.Builder allowedBundleIdentifiers(List<String> allowedBundleIdentifiers)
“Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN”- Parameters:
allowedBundleIdentifiers- value ofallowedBundleIdentifiersproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowedBundleIdentifiers
public SpecifiedCaptiveNetworkPlugins.Builder allowedBundleIdentifiers(String... allowedBundleIdentifiers)
“Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN”- Parameters:
allowedBundleIdentifiers- value ofallowedBundleIdentifiersproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowedBundleIdentifiersNextLink
public SpecifiedCaptiveNetworkPlugins.Builder allowedBundleIdentifiersNextLink(String allowedBundleIdentifiersNextLink)
“Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN”- Parameters:
allowedBundleIdentifiersNextLink- value ofallowedBundleIdentifiers@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public SpecifiedCaptiveNetworkPlugins build()
-
-