Uses of Class
odata.msgraph.client.beta.enums.WatermarkLayout
-
Packages that use WatermarkLayout Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WatermarkLayout in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WatermarkLayout Modifier and Type Field Description protected WatermarkLayoutAddWatermarkAction. layoutMethods in odata.msgraph.client.beta.complex that return types with arguments of type WatermarkLayout Modifier and Type Method Description Optional<WatermarkLayout>AddWatermarkAction. getLayout()Methods in odata.msgraph.client.beta.complex with parameters of type WatermarkLayout Modifier and Type Method Description AddWatermarkAction.BuilderAddWatermarkAction.Builder. layout(WatermarkLayout layout)AddWatermarkActionAddWatermarkAction. withLayout(WatermarkLayout layout) -
Uses of WatermarkLayout in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WatermarkLayout Modifier and Type Method Description static WatermarkLayoutWatermarkLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static WatermarkLayout[]WatermarkLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.
-