Class RoleScopeTagInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.RoleScopeTagInfo.Builder
-
- Enclosing class:
- RoleScopeTagInfo
public static final class RoleScopeTagInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleScopeTagInfobuild()RoleScopeTagInfo.BuilderdisplayName(String displayName)“Scope Tag Display name.”RoleScopeTagInfo.BuilderroleScopeTagId(String roleScopeTagId)“Scope Tag Id.”
-
-
-
Method Detail
-
displayName
public RoleScopeTagInfo.Builder displayName(String displayName)
“Scope Tag Display name.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagId
public RoleScopeTagInfo.Builder roleScopeTagId(String roleScopeTagId)
“Scope Tag Id.”- Parameters:
roleScopeTagId- value ofroleScopeTagIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public RoleScopeTagInfo build()
-
-