Uses of Class
odata.msgraph.client.beta.enums.WelcomeScreenMeetingInformation
-
Packages that use WelcomeScreenMeetingInformation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WelcomeScreenMeetingInformation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WelcomeScreenMeetingInformation Modifier and Type Field Description protected WelcomeScreenMeetingInformationWindows10TeamGeneralConfiguration. welcomeScreenMeetingInformationMethods in odata.msgraph.client.beta.entity that return types with arguments of type WelcomeScreenMeetingInformation Modifier and Type Method Description Optional<WelcomeScreenMeetingInformation>Windows10TeamGeneralConfiguration. getWelcomeScreenMeetingInformation()“The welcome screen meeting information shown.”Methods in odata.msgraph.client.beta.entity with parameters of type WelcomeScreenMeetingInformation Modifier and Type Method Description Windows10TeamGeneralConfiguration.BuilderWindows10TeamGeneralConfiguration.Builder. welcomeScreenMeetingInformation(WelcomeScreenMeetingInformation welcomeScreenMeetingInformation)“The welcome screen meeting information shown.”Windows10TeamGeneralConfigurationWindows10TeamGeneralConfiguration. withWelcomeScreenMeetingInformation(WelcomeScreenMeetingInformation welcomeScreenMeetingInformation)Returns an immutable copy ofthiswith just thewelcomeScreenMeetingInformationfield changed. -
Uses of WelcomeScreenMeetingInformation in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WelcomeScreenMeetingInformation Modifier and Type Method Description static WelcomeScreenMeetingInformationWelcomeScreenMeetingInformation. valueOf(String name)Returns the enum constant of this type with the specified name.static WelcomeScreenMeetingInformation[]WelcomeScreenMeetingInformation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-