public class CustomerPaymentJournal extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = true
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = true
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = true
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerPaymentJournal.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
balancingAccountId |
protected String |
balancingAccountNumber |
protected String |
code |
protected String |
displayName |
protected OffsetDateTime |
lastModifiedDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
CustomerPaymentJournal() |
protected String code
protected String displayName
protected OffsetDateTime lastModifiedDateTime
protected String balancingAccountId
protected String balancingAccountNumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static CustomerPaymentJournal.Builder builderCustomerPaymentJournal()
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 CustomerPaymentJournal withCode(String code)
public CustomerPaymentJournal withDisplayName(String displayName)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public CustomerPaymentJournal withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public CustomerPaymentJournal withBalancingAccountId(String balancingAccountId)
public CustomerPaymentJournal withBalancingAccountNumber(String balancingAccountNumber)
public CustomerPaymentCollectionRequest getCustomerPayments()
public AccountRequest getAccount()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic CustomerPaymentJournal patch()
this with changed fields reset.public CustomerPaymentJournal put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.