public class SecureScoreControlStateUpdate extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SecureScoreControlStateUpdate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignedTo |
protected String |
comment |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected String |
state |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
updatedBy |
protected OffsetDateTime |
updatedDateTime |
| Modifier | Constructor and Description |
|---|---|
protected |
SecureScoreControlStateUpdate() |
| Modifier and Type | Method and Description |
|---|---|
static SecureScoreControlStateUpdate.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAssignedTo() |
Optional<String> |
getComment() |
Optional<String> |
getState() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUpdatedBy() |
Optional<OffsetDateTime> |
getUpdatedDateTime() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SecureScoreControlStateUpdate |
withAssignedTo(String assignedTo) |
SecureScoreControlStateUpdate |
withComment(String comment) |
SecureScoreControlStateUpdate |
withState(String state) |
SecureScoreControlStateUpdate |
withUpdatedBy(String updatedBy) |
SecureScoreControlStateUpdate |
withUpdatedDateTime(OffsetDateTime updatedDateTime) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String assignedTo
protected String comment
protected String state
protected String updatedBy
protected OffsetDateTime updatedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SecureScoreControlStateUpdate withAssignedTo(String assignedTo)
public SecureScoreControlStateUpdate withComment(String comment)
public SecureScoreControlStateUpdate withState(String state)
public SecureScoreControlStateUpdate withUpdatedBy(String updatedBy)
public Optional<OffsetDateTime> getUpdatedDateTime()
public SecureScoreControlStateUpdate withUpdatedDateTime(OffsetDateTime updatedDateTime)
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 SecureScoreControlStateUpdate.Builder builder()
Copyright © 2018–2020. All rights reserved.