Uses of Class
odata.msgraph.client.complex.HostSecurityState
-
Packages that use HostSecurityState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of HostSecurityState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return HostSecurityState Modifier and Type Method Description HostSecurityStateHostSecurityState.Builder. build()HostSecurityStateHostSecurityState. withFqdn(String fqdn)HostSecurityStateHostSecurityState. withIsAzureAdJoined(Boolean isAzureAdJoined)HostSecurityStateHostSecurityState. withIsAzureAdRegistered(Boolean isAzureAdRegistered)HostSecurityStateHostSecurityState. withIsHybridAzureDomainJoined(Boolean isHybridAzureDomainJoined)HostSecurityStateHostSecurityState. withNetBiosName(String netBiosName)HostSecurityStateHostSecurityState. withOs(String os)HostSecurityStateHostSecurityState. withPrivateIpAddress(String privateIpAddress)HostSecurityStateHostSecurityState. withPublicIpAddress(String publicIpAddress)HostSecurityStateHostSecurityState. withRiskScore(String riskScore)HostSecurityStateHostSecurityState. withUnmappedField(String name, Object value) -
Uses of HostSecurityState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type HostSecurityState Modifier and Type Field Description protected List<HostSecurityState>Alert. hostStatesMethods in odata.msgraph.client.entity that return types with arguments of type HostSecurityState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<HostSecurityState>Alert. getHostStates()com.github.davidmoten.odata.client.CollectionPage<HostSecurityState>Alert. getHostStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type HostSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. hostStates(HostSecurityState... hostStates)Method parameters in odata.msgraph.client.entity with type arguments of type HostSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. hostStates(List<HostSecurityState> hostStates)AlertAlert. withHostStates(List<HostSecurityState> hostStates)
-