Uses of Class
odata.msgraph.client.security.complex.AutonomousSystem
-
Packages that use AutonomousSystem Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of AutonomousSystem in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return AutonomousSystem Modifier and Type Method Description AutonomousSystemAutonomousSystem.Builder. build()AutonomousSystemAutonomousSystem. withName(String name)AutonomousSystemAutonomousSystem. withNumber(Integer number)AutonomousSystemAutonomousSystem. withOrganization(String organization)AutonomousSystemAutonomousSystem. withUnmappedField(String name, String value)AutonomousSystemAutonomousSystem. withValue(String value) -
Uses of AutonomousSystem in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as AutonomousSystem Modifier and Type Field Description protected AutonomousSystemIpAddress. autonomousSystemMethods in odata.msgraph.client.security.entity that return types with arguments of type AutonomousSystem Modifier and Type Method Description Optional<AutonomousSystem>IpAddress. getAutonomousSystem()Methods in odata.msgraph.client.security.entity with parameters of type AutonomousSystem Modifier and Type Method Description IpAddress.BuilderIpAddress.Builder. autonomousSystem(AutonomousSystem autonomousSystem)IpAddressIpAddress. withAutonomousSystem(AutonomousSystem autonomousSystem)
-