public class FileSecurityState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSecurityState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected FileHash |
fileHash |
protected String |
name |
protected String |
odataType |
protected String |
path |
protected String |
riskScore |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
FileSecurityState() |
| Modifier and Type | Method and Description |
|---|---|
static FileSecurityState.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<FileHash> |
getFileHash() |
Optional<String> |
getName() |
Optional<String> |
getPath() |
Optional<String> |
getRiskScore() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
FileSecurityState |
withFileHash(FileHash fileHash) |
FileSecurityState |
withName(String name) |
FileSecurityState |
withPath(String path) |
FileSecurityState |
withRiskScore(String riskScore) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected FileHash fileHash
protected String name
protected String path
protected String riskScore
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic FileSecurityState withFileHash(FileHash fileHash)
public FileSecurityState withName(String name)
public FileSecurityState withPath(String path)
public FileSecurityState withRiskScore(String riskScore)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static FileSecurityState.Builder builder()
Copyright © 2018–2020. All rights reserved.