Uses of Class
odata.msgraph.client.security.entity.HostComponent
-
Packages that use HostComponent Package Description odata.msgraph.client.security.entity -
-
Uses of HostComponent in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity with type parameters of type HostComponent Modifier and Type Field Description protected List<HostComponent>ThreatIntelligence. hostComponentsMethods in odata.msgraph.client.security.entity that return HostComponent Modifier and Type Method Description HostComponentHostComponent.Builder. build()HostComponentHostComponent. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.HostComponentHostComponent. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).HostComponentHostComponent. withCategory(String category)HostComponentHostComponent. withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)HostComponentHostComponent. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)HostComponentHostComponent. withName(String name)HostComponentHostComponent. withUnmappedField(String name, Object value)HostComponentHostComponent. withVersion(String version)Methods in odata.msgraph.client.security.entity with parameters of type HostComponent Modifier and Type Method Description ThreatIntelligence.BuilderThreatIntelligence.Builder. hostComponents(HostComponent... hostComponents)Method parameters in odata.msgraph.client.security.entity with type arguments of type HostComponent Modifier and Type Method Description ThreatIntelligence.BuilderThreatIntelligence.Builder. hostComponents(List<HostComponent> hostComponents)ThreatIntelligenceThreatIntelligence. withHostComponents(List<HostComponent> hostComponents)
-