public class ProposalParty extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ProposalParty.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected Double |
effortRequired |
protected String |
entityName |
protected String |
odataType |
protected String |
resourceId |
protected String |
resourceSpecId |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ProposalParty() |
| Modifier and Type | Method and Description |
|---|---|
static ProposalParty.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDisplayName() |
Optional<Double> |
getEffortRequired() |
Optional<String> |
getEntityName() |
Optional<String> |
getResourceId() |
Optional<String> |
getResourceSpecId() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ProposalParty |
withDisplayName(String displayName) |
ProposalParty |
withEffortRequired(Double effortRequired) |
ProposalParty |
withEntityName(String entityName) |
ProposalParty |
withResourceId(String resourceId) |
ProposalParty |
withResourceSpecId(String resourceSpecId) |
ProposalParty |
withUnmappedField(String name,
String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String resourceId
protected String resourceSpecId
protected String displayName
protected String entityName
protected Double effortRequired
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ProposalParty withResourceId(String resourceId)
public ProposalParty withResourceSpecId(String resourceSpecId)
public ProposalParty withDisplayName(String displayName)
public ProposalParty withEntityName(String entityName)
public ProposalParty withEffortRequired(Double effortRequired)
public ProposalParty withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.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 ProposalParty.Builder builder()
Copyright © 2018–2020. All rights reserved.