Uses of Class
odata.msgraph.client.beta.complex.MobileAppSupportedDeviceType.Builder
-
Packages that use MobileAppSupportedDeviceType.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of MobileAppSupportedDeviceType.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MobileAppSupportedDeviceType.Builder Modifier and Type Method Description static MobileAppSupportedDeviceType.BuilderMobileAppSupportedDeviceType. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).MobileAppSupportedDeviceType.BuilderMobileAppSupportedDeviceType.Builder. maximumOperatingSystemVersion(String maximumOperatingSystemVersion)“Maximum OS version”MobileAppSupportedDeviceType.BuilderMobileAppSupportedDeviceType.Builder. minimumOperatingSystemVersion(String minimumOperatingSystemVersion)“Minimum OS version”MobileAppSupportedDeviceType.BuilderMobileAppSupportedDeviceType.Builder. type(DeviceType type)“Device type”
-