Package odata.msgraph.client.beta.entity
Class AllowedValue.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.AllowedValue.Builder
-
- Enclosing class:
- AllowedValue
public static final class AllowedValue.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedValuebuild()AllowedValue.Builderid(String id)AllowedValue.BuilderisActive(Boolean isActive)
-
-
-
Method Detail
-
id
public AllowedValue.Builder id(String id)
-
isActive
public AllowedValue.Builder isActive(Boolean isActive)
-
build
public AllowedValue build()
-
-