Uses of Class
odata.msgraph.client.security.complex.HostPortComponent
-
Packages that use HostPortComponent Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of HostPortComponent in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return HostPortComponent Modifier and Type Method Description HostPortComponentHostPortComponent.Builder. build()HostPortComponentHostPortComponent. withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)HostPortComponentHostPortComponent. withIsRecent(Boolean isRecent)HostPortComponentHostPortComponent. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)HostPortComponentHostPortComponent. withUnmappedField(String name, Object value) -
Uses of HostPortComponent in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity with type parameters of type HostPortComponent Modifier and Type Field Description protected List<HostPortComponent>HostPort. servicesMethods in odata.msgraph.client.security.entity that return types with arguments of type HostPortComponent Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<HostPortComponent>HostPort. getServices()com.github.davidmoten.odata.client.CollectionPage<HostPortComponent>HostPort. getServices(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.entity with parameters of type HostPortComponent Modifier and Type Method Description HostPort.BuilderHostPort.Builder. services(HostPortComponent... services)Method parameters in odata.msgraph.client.security.entity with type arguments of type HostPortComponent Modifier and Type Method Description HostPort.BuilderHostPort.Builder. services(List<HostPortComponent> services)HostPortHostPort. withServices(List<HostPortComponent> services)
-