Uses of Class
odata.msgraph.client.beta.complex.IpRange
-
Packages that use IpRange Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IpRange in odata.msgraph.client.beta.complex
Subclasses of IpRange in odata.msgraph.client.beta.complex Modifier and Type Class Description classIPv4CidrRangeclassIPv4Range“IPv4 Range definition.”classIPv6CidrRangeclassIPv6Range“IPv6 Range definition.”Fields in odata.msgraph.client.beta.complex with type parameters of type IpRange Modifier and Type Field Description protected List<IpRange>WindowsNetworkIsolationPolicy. enterpriseIPRangesprotected List<IpRange>WindowsInformationProtectionIPRangeCollection. rangesMethods in odata.msgraph.client.beta.complex that return IpRange Modifier and Type Method Description IpRangeIpRange. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type IpRange Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IpRange>WindowsNetworkIsolationPolicy. getEnterpriseIPRanges()“Sets the enterprise IP ranges that define the computers in the enterprise network.com.github.davidmoten.odata.client.CollectionPage<IpRange>WindowsNetworkIsolationPolicy. getEnterpriseIPRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“Sets the enterprise IP ranges that define the computers in the enterprise network.com.github.davidmoten.odata.client.CollectionPage<IpRange>WindowsInformationProtectionIPRangeCollection. getRanges()“Collection of ip ranges”com.github.davidmoten.odata.client.CollectionPage<IpRange>WindowsInformationProtectionIPRangeCollection. getRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“Collection of ip ranges”Methods in odata.msgraph.client.beta.complex with parameters of type IpRange Modifier and Type Method Description WindowsNetworkIsolationPolicy.BuilderWindowsNetworkIsolationPolicy.Builder. enterpriseIPRanges(IpRange... enterpriseIPRanges)“Sets the enterprise IP ranges that define the computers in the enterprise network.WindowsInformationProtectionIPRangeCollection.BuilderWindowsInformationProtectionIPRangeCollection.Builder. ranges(IpRange... ranges)“Collection of ip ranges”Method parameters in odata.msgraph.client.beta.complex with type arguments of type IpRange Modifier and Type Method Description WindowsNetworkIsolationPolicy.BuilderWindowsNetworkIsolationPolicy.Builder. enterpriseIPRanges(List<IpRange> enterpriseIPRanges)“Sets the enterprise IP ranges that define the computers in the enterprise network.WindowsInformationProtectionIPRangeCollection.BuilderWindowsInformationProtectionIPRangeCollection.Builder. ranges(List<IpRange> ranges)“Collection of ip ranges” -
Uses of IpRange in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type IpRange Modifier and Type Field Description protected List<IpRange>MacOSDeviceFeaturesConfiguration. contentCachingClientListenRangesprotected List<IpRange>MacOSDeviceFeaturesConfiguration. contentCachingPeerFilterRangesprotected List<IpRange>MacOSDeviceFeaturesConfiguration. contentCachingPeerListenRangesprotected List<IpRange>MacOSDeviceFeaturesConfiguration. contentCachingPublicRangesprotected List<IpRange>IpNamedLocation. ipRangesMethods in odata.msgraph.client.beta.entity that return types with arguments of type IpRange Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingClientListenRanges()“A list of custom IP ranges content caches will use to listen for clients.com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingClientListenRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of custom IP ranges content caches will use to listen for clients.com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingPeerFilterRanges()“A list of custom IP ranges content caches will use to query for content from peers caches.com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingPeerFilterRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of custom IP ranges content caches will use to query for content from peers caches.com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingPeerListenRanges()“A list of custom IP ranges content caches will use to listen for peer caches.com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingPeerListenRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of custom IP ranges content caches will use to listen for peer caches.com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingPublicRanges()“A list of custom IP ranges that Apple's content caching service should use to match clients to content caches.com.github.davidmoten.odata.client.CollectionPage<IpRange>MacOSDeviceFeaturesConfiguration. getContentCachingPublicRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of custom IP ranges that Apple's content caching service should use to match clients to content caches.com.github.davidmoten.odata.client.CollectionPage<IpRange>IpNamedLocation. getIpRanges()com.github.davidmoten.odata.client.CollectionPage<IpRange>IpNamedLocation. getIpRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type IpRange Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingClientListenRanges(IpRange... contentCachingClientListenRanges)“A list of custom IP ranges content caches will use to listen for clients.MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingPeerFilterRanges(IpRange... contentCachingPeerFilterRanges)“A list of custom IP ranges content caches will use to query for content from peers caches.MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingPeerListenRanges(IpRange... contentCachingPeerListenRanges)“A list of custom IP ranges content caches will use to listen for peer caches.MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingPublicRanges(IpRange... contentCachingPublicRanges)“A list of custom IP ranges that Apple's content caching service should use to match clients to content caches.IpNamedLocation.BuilderIpNamedLocation.Builder. ipRanges(IpRange... ipRanges)Method parameters in odata.msgraph.client.beta.entity with type arguments of type IpRange Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingClientListenRanges(List<IpRange> contentCachingClientListenRanges)“A list of custom IP ranges content caches will use to listen for clients.MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingPeerFilterRanges(List<IpRange> contentCachingPeerFilterRanges)“A list of custom IP ranges content caches will use to query for content from peers caches.MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingPeerListenRanges(List<IpRange> contentCachingPeerListenRanges)“A list of custom IP ranges content caches will use to listen for peer caches.MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingPublicRanges(List<IpRange> contentCachingPublicRanges)“A list of custom IP ranges that Apple's content caching service should use to match clients to content caches.IpNamedLocation.BuilderIpNamedLocation.Builder. ipRanges(List<IpRange> ipRanges)MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withContentCachingClientListenRanges(List<IpRange> contentCachingClientListenRanges)Returns an immutable copy ofthiswith just thecontentCachingClientListenRangesfield changed.MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withContentCachingPeerFilterRanges(List<IpRange> contentCachingPeerFilterRanges)Returns an immutable copy ofthiswith just thecontentCachingPeerFilterRangesfield changed.MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withContentCachingPeerListenRanges(List<IpRange> contentCachingPeerListenRanges)Returns an immutable copy ofthiswith just thecontentCachingPeerListenRangesfield changed.MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withContentCachingPublicRanges(List<IpRange> contentCachingPublicRanges)Returns an immutable copy ofthiswith just thecontentCachingPublicRangesfield changed.IpNamedLocationIpNamedLocation. withIpRanges(List<IpRange> ipRanges)
-