Uses of Class
odata.msgraph.client.complex.IpRange
-
Packages that use IpRange Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of IpRange in odata.msgraph.client.complex
Subclasses of IpRange in odata.msgraph.client.complex Modifier and Type Class Description classIPv4CidrRangeclassIPv4Range“IPv4 Range definition.”classIPv6CidrRangeclassIPv6Range“IPv6 Range definition.”Fields in odata.msgraph.client.complex with type parameters of type IpRange Modifier and Type Field Description protected List<IpRange>WindowsInformationProtectionIPRangeCollection. rangesMethods in odata.msgraph.client.complex that return IpRange Modifier and Type Method Description IpRangeIpRange. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type IpRange Modifier and Type Method Description 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.complex with parameters of type IpRange Modifier and Type Method Description WindowsInformationProtectionIPRangeCollection.BuilderWindowsInformationProtectionIPRangeCollection.Builder. ranges(IpRange... ranges)“Collection of ip ranges”Method parameters in odata.msgraph.client.complex with type arguments of type IpRange Modifier and Type Method Description WindowsInformationProtectionIPRangeCollection.BuilderWindowsInformationProtectionIPRangeCollection.Builder. ranges(List<IpRange> ranges)“Collection of ip ranges” -
Uses of IpRange in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type IpRange Modifier and Type Field Description protected List<IpRange>IpNamedLocation. ipRangesMethods in odata.msgraph.client.entity that return types with arguments of type IpRange Modifier and Type Method Description 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.entity with parameters of type IpRange Modifier and Type Method Description IpNamedLocation.BuilderIpNamedLocation.Builder. ipRanges(IpRange... ipRanges)Method parameters in odata.msgraph.client.entity with type arguments of type IpRange Modifier and Type Method Description IpNamedLocation.BuilderIpNamedLocation.Builder. ipRanges(List<IpRange> ipRanges)IpNamedLocationIpNamedLocation. withIpRanges(List<IpRange> ipRanges)
-