Uses of Class
odata.msgraph.client.security.entity.HostReputation
-
Packages that use HostReputation Package Description odata.msgraph.client.security.entity -
-
Uses of HostReputation in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as HostReputation Modifier and Type Field Description protected HostReputationHost. reputationMethods in odata.msgraph.client.security.entity that return HostReputation Modifier and Type Method Description HostReputationHostReputation.Builder. build()HostReputationHostReputation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.HostReputationHostReputation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).HostReputationHostReputation. withClassification(HostReputationClassification classification)HostReputationHostReputation. withRules(List<HostReputationRule> rules)HostReputationHostReputation. withScore(Integer score)HostReputationHostReputation. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.entity with parameters of type HostReputation Modifier and Type Method Description Hostname.BuilderHostname.Builder. reputation(HostReputation reputation)IpAddress.BuilderIpAddress.Builder. reputation(HostReputation reputation)HostHost. withReputation(HostReputation reputation)
-