Uses of Class
odata.msgraph.client.beta.complex.IpReferenceData
-
Packages that use IpReferenceData Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IpReferenceData in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IpReferenceData Modifier and Type Method Description IpReferenceDataIpReferenceData.Builder. build()IpReferenceDataIpReferenceData. withAsn(Long asn)IpReferenceDataIpReferenceData. withCity(String city)IpReferenceDataIpReferenceData. withCountryOrRegionCode(String countryOrRegionCode)IpReferenceDataIpReferenceData. withOrganization(String organization)IpReferenceDataIpReferenceData. withState(String state)IpReferenceDataIpReferenceData. withUnmappedField(String name, String value)IpReferenceDataIpReferenceData. withVendor(String vendor) -
Uses of IpReferenceData in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type IpReferenceData Modifier and Type Field Description protected List<IpReferenceData>IpSecurityProfile. ipReferenceDataMethods in odata.msgraph.client.beta.entity that return types with arguments of type IpReferenceData Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IpReferenceData>IpSecurityProfile. getIpReferenceData()com.github.davidmoten.odata.client.CollectionPage<IpReferenceData>IpSecurityProfile. getIpReferenceData(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type IpReferenceData Modifier and Type Method Description IpSecurityProfile.BuilderIpSecurityProfile.Builder. ipReferenceData(IpReferenceData... ipReferenceData)Method parameters in odata.msgraph.client.beta.entity with type arguments of type IpReferenceData Modifier and Type Method Description IpSecurityProfile.BuilderIpSecurityProfile.Builder. ipReferenceData(List<IpReferenceData> ipReferenceData)IpSecurityProfileIpSecurityProfile. withIpReferenceData(List<IpReferenceData> ipReferenceData)
-