Package odata.msgraph.client.complex
Class CoachmarkLocation.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.CoachmarkLocation.Builder
-
- Enclosing class:
- CoachmarkLocation
public static final class CoachmarkLocation.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoachmarkLocationbuild()CoachmarkLocation.Builderlength(Integer length)CoachmarkLocation.Builderoffset(Integer offset)CoachmarkLocation.Buildertype(CoachmarkLocationType type)
-
-
-
Method Detail
-
length
public CoachmarkLocation.Builder length(Integer length)
-
offset
public CoachmarkLocation.Builder offset(Integer offset)
-
type
public CoachmarkLocation.Builder type(CoachmarkLocationType type)
-
build
public CoachmarkLocation build()
-
-