Uses of Class
odata.msgraph.client.beta.enums.MiracastChannel
-
Packages that use MiracastChannel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MiracastChannel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MiracastChannel Modifier and Type Field Description protected MiracastChannelWindows10TeamGeneralConfiguration. miracastChannelMethods in odata.msgraph.client.beta.entity that return types with arguments of type MiracastChannel Modifier and Type Method Description Optional<MiracastChannel>Windows10TeamGeneralConfiguration. getMiracastChannel()“The channel.”Methods in odata.msgraph.client.beta.entity with parameters of type MiracastChannel Modifier and Type Method Description Windows10TeamGeneralConfiguration.BuilderWindows10TeamGeneralConfiguration.Builder. miracastChannel(MiracastChannel miracastChannel)“The channel.”Windows10TeamGeneralConfigurationWindows10TeamGeneralConfiguration. withMiracastChannel(MiracastChannel miracastChannel)Returns an immutable copy ofthiswith just themiracastChannelfield changed. -
Uses of MiracastChannel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MiracastChannel Modifier and Type Method Description static MiracastChannelMiracastChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static MiracastChannel[]MiracastChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-