Uses of Class
odata.msgraph.client.beta.enums.OfficeUpdateChannel
-
Packages that use OfficeUpdateChannel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OfficeUpdateChannel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OfficeUpdateChannel Modifier and Type Field Description protected OfficeUpdateChannelOfficeSuiteApp. updateChannelMethods in odata.msgraph.client.beta.entity that return types with arguments of type OfficeUpdateChannel Modifier and Type Method Description Optional<OfficeUpdateChannel>OfficeSuiteApp. getUpdateChannel()“The property to represent the Office365 Update Channel.”Methods in odata.msgraph.client.beta.entity with parameters of type OfficeUpdateChannel Modifier and Type Method Description OfficeSuiteApp.BuilderOfficeSuiteApp.Builder. updateChannel(OfficeUpdateChannel updateChannel)“The property to represent the Office365 Update Channel.”OfficeSuiteAppOfficeSuiteApp. withUpdateChannel(OfficeUpdateChannel updateChannel)Returns an immutable copy ofthiswith just theupdateChannelfield changed. -
Uses of OfficeUpdateChannel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OfficeUpdateChannel Modifier and Type Method Description static OfficeUpdateChannelOfficeUpdateChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static OfficeUpdateChannel[]OfficeUpdateChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-