public class AssignedPlan extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AssignedPlan.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
assignedDateTime |
protected String |
capabilityStatus |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected String |
service |
protected String |
servicePlanId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AssignedPlan() |
| Modifier and Type | Method and Description |
|---|---|
static AssignedPlan.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getAssignedDateTime() |
Optional<String> |
getCapabilityStatus() |
Optional<String> |
getService() |
Optional<String> |
getServicePlanId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AssignedPlan |
withAssignedDateTime(OffsetDateTime assignedDateTime) |
AssignedPlan |
withCapabilityStatus(String capabilityStatus) |
AssignedPlan |
withService(String service) |
AssignedPlan |
withServicePlanId(String servicePlanId) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected OffsetDateTime assignedDateTime
protected String capabilityStatus
protected String service
protected String servicePlanId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getAssignedDateTime()
public AssignedPlan withAssignedDateTime(OffsetDateTime assignedDateTime)
public AssignedPlan withCapabilityStatus(String capabilityStatus)
public AssignedPlan withService(String service)
public AssignedPlan withServicePlanId(String servicePlanId)
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 AssignedPlan.Builder builder()
Copyright © 2018–2020. All rights reserved.