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