Uses of Class
odata.msgraph.client.beta.complex.MobileAppSupportedDeviceType
-
Packages that use MobileAppSupportedDeviceType Package Description odata.msgraph.client.beta.complex -
-
Uses of MobileAppSupportedDeviceType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type MobileAppSupportedDeviceType Modifier and Type Field Description protected List<MobileAppSupportedDeviceType>MobileAppIntentAndStateDetail. supportedDeviceTypesMethods in odata.msgraph.client.beta.complex that return MobileAppSupportedDeviceType Modifier and Type Method Description MobileAppSupportedDeviceTypeMobileAppSupportedDeviceType.Builder. build()MobileAppSupportedDeviceTypeMobileAppSupportedDeviceType. withMaximumOperatingSystemVersion(String maximumOperatingSystemVersion)Returns an immutable copy ofthiswith just themaximumOperatingSystemVersionfield changed.MobileAppSupportedDeviceTypeMobileAppSupportedDeviceType. withMinimumOperatingSystemVersion(String minimumOperatingSystemVersion)Returns an immutable copy ofthiswith just theminimumOperatingSystemVersionfield changed.MobileAppSupportedDeviceTypeMobileAppSupportedDeviceType. withType(DeviceType type)Returns an immutable copy ofthiswith just thetypefield changed.MobileAppSupportedDeviceTypeMobileAppSupportedDeviceType. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type MobileAppSupportedDeviceType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MobileAppSupportedDeviceType>MobileAppIntentAndStateDetail. getSupportedDeviceTypes()“The supported platforms for the app.”com.github.davidmoten.odata.client.CollectionPage<MobileAppSupportedDeviceType>MobileAppIntentAndStateDetail. getSupportedDeviceTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)“The supported platforms for the app.”Methods in odata.msgraph.client.beta.complex with parameters of type MobileAppSupportedDeviceType Modifier and Type Method Description MobileAppIntentAndStateDetail.BuilderMobileAppIntentAndStateDetail.Builder. supportedDeviceTypes(MobileAppSupportedDeviceType... supportedDeviceTypes)“The supported platforms for the app.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type MobileAppSupportedDeviceType Modifier and Type Method Description MobileAppIntentAndStateDetail.BuilderMobileAppIntentAndStateDetail.Builder. supportedDeviceTypes(List<MobileAppSupportedDeviceType> supportedDeviceTypes)“The supported platforms for the app.”
-