Package odata.msgraph.client.beta.entity
Class UnsupportedGroupPolicyExtension.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.UnsupportedGroupPolicyExtension.Builder
-
- Enclosing class:
- UnsupportedGroupPolicyExtension
public static final class UnsupportedGroupPolicyExtension.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsupportedGroupPolicyExtensionbuild()UnsupportedGroupPolicyExtension.BuilderextensionType(String extensionType)“ExtensionType of the unsupported extension.”UnsupportedGroupPolicyExtension.Builderid(String id)UnsupportedGroupPolicyExtension.BuildernamespaceUrl(String namespaceUrl)“Namespace Url of the unsupported extension.”UnsupportedGroupPolicyExtension.BuildernodeName(String nodeName)“Node name of the unsupported extension.”UnsupportedGroupPolicyExtension.BuildersettingScope(GroupPolicySettingScope settingScope)“Setting Scope of the unsupported extension.”
-
-
-
Method Detail
-
id
public UnsupportedGroupPolicyExtension.Builder id(String id)
-
extensionType
public UnsupportedGroupPolicyExtension.Builder extensionType(String extensionType)
“ExtensionType of the unsupported extension.”- Parameters:
extensionType- value ofextensionTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
namespaceUrl
public UnsupportedGroupPolicyExtension.Builder namespaceUrl(String namespaceUrl)
“Namespace Url of the unsupported extension.”- Parameters:
namespaceUrl- value ofnamespaceUrlproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
nodeName
public UnsupportedGroupPolicyExtension.Builder nodeName(String nodeName)
“Node name of the unsupported extension.”- Parameters:
nodeName- value ofnodeNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
settingScope
public UnsupportedGroupPolicyExtension.Builder settingScope(GroupPolicySettingScope settingScope)
“Setting Scope of the unsupported extension.”- Parameters:
settingScope- value ofsettingScopeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UnsupportedGroupPolicyExtension build()
-
-