public class ProgramControl extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgramControl.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
controlId |
protected String |
controlTypeId |
protected OffsetDateTime |
createdDateTime |
protected String |
displayName |
protected UserIdentity |
owner |
protected String |
programId |
protected ProgramResource |
resource |
protected String |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ProgramControl() |
protected String controlId
protected String programId
protected String controlTypeId
protected String displayName
protected String status
protected UserIdentity owner
protected ProgramResource resource
protected OffsetDateTime createdDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ProgramControl.Builder builderProgramControl()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic ProgramControl withControlId(String controlId)
public ProgramControl withProgramId(String programId)
public ProgramControl withControlTypeId(String controlTypeId)
public ProgramControl withDisplayName(String displayName)
public ProgramControl withStatus(String status)
public Optional<UserIdentity> getOwner()
public ProgramControl withOwner(UserIdentity owner)
public Optional<ProgramResource> getResource()
public ProgramControl withResource(ProgramResource resource)
public Optional<OffsetDateTime> getCreatedDateTime()
public ProgramControl withCreatedDateTime(OffsetDateTime createdDateTime)
public ProgramRequest getProgram()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ProgramControl patch()
this with changed fields reset.public ProgramControl put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.