Uses of Class
odata.msgraph.client.beta.complex.IpCategory
-
Packages that use IpCategory Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IpCategory in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IpCategory Modifier and Type Method Description IpCategoryIpCategory.Builder. build()IpCategoryIpCategory. withDescription(String description)IpCategoryIpCategory. withName(String name)IpCategoryIpCategory. withUnmappedField(String name, String value)IpCategoryIpCategory. withVendor(String vendor) -
Uses of IpCategory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type IpCategory Modifier and Type Field Description protected List<IpCategory>IpSecurityProfile. ipCategoriesMethods in odata.msgraph.client.beta.entity that return types with arguments of type IpCategory Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IpCategory>IpSecurityProfile. getIpCategories()com.github.davidmoten.odata.client.CollectionPage<IpCategory>IpSecurityProfile. getIpCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type IpCategory Modifier and Type Method Description IpSecurityProfile.BuilderIpSecurityProfile.Builder. ipCategories(IpCategory... ipCategories)Method parameters in odata.msgraph.client.beta.entity with type arguments of type IpCategory Modifier and Type Method Description IpSecurityProfile.BuilderIpSecurityProfile.Builder. ipCategories(List<IpCategory> ipCategories)IpSecurityProfileIpSecurityProfile. withIpCategories(List<IpCategory> ipCategories)
-