Uses of Class
odata.msgraph.client.beta.complex.AirPrintDestination
-
Packages that use AirPrintDestination Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AirPrintDestination in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AirPrintDestination Modifier and Type Method Description AirPrintDestinationAirPrintDestination.Builder. build()AirPrintDestinationAirPrintDestination. withForceTls(Boolean forceTls)Returns an immutable copy ofthiswith just theforceTlsfield changed.AirPrintDestinationAirPrintDestination. withIpAddress(String ipAddress)Returns an immutable copy ofthiswith just theipAddressfield changed.AirPrintDestinationAirPrintDestination. withPort(Integer port)Returns an immutable copy ofthiswith just theportfield changed.AirPrintDestinationAirPrintDestination. withResourcePath(String resourcePath)Returns an immutable copy ofthiswith just theresourcePathfield changed.AirPrintDestinationAirPrintDestination. withUnmappedField(String name, String value) -
Uses of AirPrintDestination in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AirPrintDestination Modifier and Type Field Description protected List<AirPrintDestination>AppleDeviceFeaturesConfigurationBase. airPrintDestinationsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AirPrintDestination Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AirPrintDestination>AppleDeviceFeaturesConfigurationBase. getAirPrintDestinations()“An array of AirPrint printers that should always be shown.com.github.davidmoten.odata.client.CollectionPage<AirPrintDestination>AppleDeviceFeaturesConfigurationBase. getAirPrintDestinations(com.github.davidmoten.odata.client.HttpRequestOptions options)“An array of AirPrint printers that should always be shown.Methods in odata.msgraph.client.beta.entity with parameters of type AirPrintDestination Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. airPrintDestinations(AirPrintDestination... airPrintDestinations)MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. airPrintDestinations(AirPrintDestination... airPrintDestinations)Method parameters in odata.msgraph.client.beta.entity with type arguments of type AirPrintDestination Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. airPrintDestinations(List<AirPrintDestination> airPrintDestinations)MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. airPrintDestinations(List<AirPrintDestination> airPrintDestinations)AppleDeviceFeaturesConfigurationBaseAppleDeviceFeaturesConfigurationBase. withAirPrintDestinations(List<AirPrintDestination> airPrintDestinations)Returns an immutable copy ofthiswith just theairPrintDestinationsfield changed.
-