Uses of Class
odata.msgraph.client.complex.FileSecurityState
-
Packages that use FileSecurityState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of FileSecurityState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return FileSecurityState Modifier and Type Method Description FileSecurityStateFileSecurityState.Builder. build()FileSecurityStateFileSecurityState. withFileHash(FileHash fileHash)FileSecurityStateFileSecurityState. withName(String name)FileSecurityStateFileSecurityState. withPath(String path)FileSecurityStateFileSecurityState. withRiskScore(String riskScore)FileSecurityStateFileSecurityState. withUnmappedField(String name, Object value) -
Uses of FileSecurityState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type FileSecurityState Modifier and Type Field Description protected List<FileSecurityState>Alert. fileStatesMethods in odata.msgraph.client.entity that return types with arguments of type FileSecurityState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<FileSecurityState>Alert. getFileStates()com.github.davidmoten.odata.client.CollectionPage<FileSecurityState>Alert. getFileStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type FileSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. fileStates(FileSecurityState... fileStates)Method parameters in odata.msgraph.client.entity with type arguments of type FileSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. fileStates(List<FileSecurityState> fileStates)AlertAlert. withFileStates(List<FileSecurityState> fileStates)
-