Uses of Class
odata.msgraph.client.beta.enums.PageOrientation
-
Packages that use PageOrientation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PageOrientation in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PageOrientation Modifier and Type Field Description protected PageOrientationAddWatermark. orientationMethods in odata.msgraph.client.beta.complex that return types with arguments of type PageOrientation Modifier and Type Method Description Optional<PageOrientation>AddWatermark. getOrientation()Methods in odata.msgraph.client.beta.complex with parameters of type PageOrientation Modifier and Type Method Description AddWatermark.BuilderAddWatermark.Builder. orientation(PageOrientation orientation)AddWatermarkAddWatermark. withOrientation(PageOrientation orientation) -
Uses of PageOrientation in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PageOrientation Modifier and Type Method Description static PageOrientationPageOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static PageOrientation[]PageOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-