Package odata.msgraph.client.complex
Class SortProperty.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.SortProperty.Builder
-
- Enclosing class:
- SortProperty
public static final class SortProperty.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortPropertybuild()SortProperty.BuilderisDescending(Boolean isDescending)SortProperty.Buildername(String name)
-
-
-
Method Detail
-
isDescending
public SortProperty.Builder isDescending(Boolean isDescending)
-
name
public SortProperty.Builder name(String name)
-
build
public SortProperty build()
-
-