Uses of Class
odata.msgraph.client.security.enums.HostPortStatus
-
Packages that use HostPortStatus Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of HostPortStatus in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as HostPortStatus Modifier and Type Field Description protected HostPortStatusHostPort. statusMethods in odata.msgraph.client.security.entity that return types with arguments of type HostPortStatus Modifier and Type Method Description Optional<HostPortStatus>HostPort. getStatus()Methods in odata.msgraph.client.security.entity with parameters of type HostPortStatus Modifier and Type Method Description HostPort.BuilderHostPort.Builder. status(HostPortStatus status)HostPortHostPort. withStatus(HostPortStatus status) -
Uses of HostPortStatus in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return HostPortStatus Modifier and Type Method Description static HostPortStatusHostPortStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HostPortStatus[]HostPortStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-