Class SinglePropertySchema.Builder
- java.lang.Object
-
- odata.msgraph.client.security.complex.SinglePropertySchema.Builder
-
- Enclosing class:
- SinglePropertySchema
public static final class SinglePropertySchema.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SinglePropertySchemabuild()SinglePropertySchema.Buildername(String name)SinglePropertySchema.Buildertype(String type)
-
-
-
Method Detail
-
name
public SinglePropertySchema.Builder name(String name)
-
type
public SinglePropertySchema.Builder type(String type)
-
build
public SinglePropertySchema build()
-
-