Modifier and Type | Class and Description |
---|---|
static class |
Customer.CustomerBuilder
Helper class to allow for fluent creation of Customer instances.
|
Modifier and Type | Field and Description |
---|---|
static CustomerSelectable |
ALL_FIELDS
Selector for all available fields of Customer.
|
static CustomerField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static CustomerField<String> |
BILLING_IS_BLOCKED_FOR_CUSTOMER
Use with available fluent helpers to apply the BillingIsBlockedForCustomer field to query operations.
|
static CustomerField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static CustomerField<LocalDateTime> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static CustomerField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static CustomerField<String> |
CUSTOMER_ACCOUNT_GROUP
Use with available fluent helpers to apply the CustomerAccountGroup field to query operations.
|
static CustomerField<String> |
CUSTOMER_CLASSIFICATION
Use with available fluent helpers to apply the CustomerClassification field to query operations.
|
static CustomerField<String> |
CUSTOMER_CORPORATE_GROUP
Use with available fluent helpers to apply the CustomerCorporateGroup field to query operations.
|
static CustomerField<String> |
CUSTOMER_FULL_NAME
Use with available fluent helpers to apply the CustomerFullName field to query operations.
|
static CustomerField<String> |
CUSTOMER_NAME
Use with available fluent helpers to apply the CustomerName field to query operations.
|
static CustomerField<Boolean> |
DELETION_INDICATOR
Use with available fluent helpers to apply the DeletionIndicator field to query operations.
|
static CustomerField<String> |
DELIVERY_IS_BLOCKED
Use with available fluent helpers to apply the DeliveryIsBlocked field to query operations.
|
static CustomerField<String> |
FISCAL_ADDRESS
Use with available fluent helpers to apply the FiscalAddress field to query operations.
|
static CustomerField<String> |
INDUSTRY
Use with available fluent helpers to apply the Industry field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE1
Use with available fluent helpers to apply the IndustryCode1 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE2
Use with available fluent helpers to apply the IndustryCode2 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE3
Use with available fluent helpers to apply the IndustryCode3 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE4
Use with available fluent helpers to apply the IndustryCode4 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE5
Use with available fluent helpers to apply the IndustryCode5 field to query operations.
|
static CustomerField<String> |
INTERNATIONAL_LOCATION_NUMBER1
Use with available fluent helpers to apply the InternationalLocationNumber1 field to query operations.
|
static CustomerField<String> |
NF_PARTNER_IS_NATURAL_PERSON
Use with available fluent helpers to apply the NFPartnerIsNaturalPerson field to query operations.
|
static CustomerField<String> |
NIELSEN_REGION
Use with available fluent helpers to apply the NielsenRegion field to query operations.
|
static CustomerField<String> |
ORDER_IS_BLOCKED_FOR_CUSTOMER
Use with available fluent helpers to apply the OrderIsBlockedForCustomer field to query operations.
|
static CustomerField<Boolean> |
POSTING_IS_BLOCKED
Use with available fluent helpers to apply the PostingIsBlocked field to query operations.
|
static CustomerField<String> |
RESPONSIBLE_TYPE
Use with available fluent helpers to apply the ResponsibleType field to query operations.
|
static CustomerField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static CustomerField<String> |
TAX_NUMBER_TYPE
Use with available fluent helpers to apply the TaxNumberType field to query operations.
|
static CustomerField<String> |
TAX_NUMBER1
Use with available fluent helpers to apply the TaxNumber1 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER2
Use with available fluent helpers to apply the TaxNumber2 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER3
Use with available fluent helpers to apply the TaxNumber3 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER4
Use with available fluent helpers to apply the TaxNumber4 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER5
Use with available fluent helpers to apply the TaxNumber5 field to query operations.
|
static CustomerLink<CustomerCompany> |
TO_CUSTOMER_COMPANY
Use with available fluent helpers to apply the to_CustomerCompany navigation property to query operations.
|
static CustomerLink<CustomerSalesArea> |
TO_CUSTOMER_SALES_AREA
Use with available fluent helpers to apply the to_CustomerSalesArea navigation property to query
operations.
|
static CustomerLink<CustomerTaxGrouping> |
TO_CUSTOMER_TAX_GROUPING
Use with available fluent helpers to apply the to_CustomerTaxGrouping navigation property to query
operations.
|
static CustomerLink<CustomerText> |
TO_CUSTOMER_TEXT
Use with available fluent helpers to apply the to_CustomerText navigation property to query operations.
|
static CustomerField<String> |
VAT_REGISTRATION
Use with available fluent helpers to apply the VATRegistration field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
Customer() |
Customer(String customer,
String authorizationGroup,
String billingIsBlockedForCustomer,
String createdByUser,
LocalDateTime creationDate,
String customerAccountGroup,
String customerClassification,
String customerFullName,
String customerName,
String deliveryIsBlocked,
String nFPartnerIsNaturalPerson,
String orderIsBlockedForCustomer,
Boolean postingIsBlocked,
String supplier,
String customerCorporateGroup,
String fiscalAddress,
String industry,
String industryCode1,
String industryCode2,
String industryCode3,
String industryCode4,
String industryCode5,
String internationalLocationNumber1,
String nielsenRegion,
String responsibleType,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberType,
String vATRegistration,
Boolean deletionIndicator,
List<CustomerCompany> toCustomerCompany,
List<CustomerSalesArea> toCustomerSalesArea,
List<CustomerTaxGrouping> toCustomerTaxGrouping,
List<CustomerText> toCustomerText) |
Modifier and Type | Method and Description |
---|---|
void |
addCustomerCompany(CustomerCompany... entity)
Adds elements to the list of associated CustomerCompany entities.
|
void |
addCustomerSalesArea(CustomerSalesArea... entity)
Adds elements to the list of associated CustomerSalesArea entities.
|
void |
addCustomerTaxGrouping(CustomerTaxGrouping... entity)
Adds elements to the list of associated CustomerTaxGrouping entities.
|
void |
addCustomerText(CustomerText... entity)
Adds elements to the list of associated CustomerText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static Customer.CustomerBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CustomerCompany> |
fetchCustomerCompany()
Fetches the CustomerCompany entities (one to many) associated with this entity.
|
List<CustomerSalesArea> |
fetchCustomerSalesArea()
Fetches the CustomerSalesArea entities (one to many) associated with this entity.
|
List<CustomerTaxGrouping> |
fetchCustomerTaxGrouping()
Fetches the CustomerTaxGrouping entities (one to many) associated with this entity.
|
List<CustomerText> |
fetchCustomerText()
Fetches the CustomerText entities (one to many) associated with this entity.
|
static <T> CustomerField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getBillingIsBlockedForCustomer()
Constraints: Not nullable, Maximum length: 2
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getCreationDate()
Constraints: Not nullable, Precision: 0
|
String |
getCustomer()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerAccountGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCustomerClassification()
Constraints: Not nullable, Maximum length: 2
|
io.vavr.control.Option<List<CustomerCompany>> |
getCustomerCompanyIfPresent()
Retrieval of associated CustomerCompany entities (one to many).
|
List<CustomerCompany> |
getCustomerCompanyOrFetch()
Retrieval of associated CustomerCompany entities (one to many).
|
String |
getCustomerCorporateGroup()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerFullName()
Constraints: Not nullable, Maximum length: 220
|
String |
getCustomerName()
Constraints: Not nullable, Maximum length: 80
|
io.vavr.control.Option<List<CustomerSalesArea>> |
getCustomerSalesAreaIfPresent()
Retrieval of associated CustomerSalesArea entities (one to many).
|
List<CustomerSalesArea> |
getCustomerSalesAreaOrFetch()
Retrieval of associated CustomerSalesArea entities (one to many).
|
io.vavr.control.Option<List<CustomerTaxGrouping>> |
getCustomerTaxGroupingIfPresent()
Retrieval of associated CustomerTaxGrouping entities (one to many).
|
List<CustomerTaxGrouping> |
getCustomerTaxGroupingOrFetch()
Retrieval of associated CustomerTaxGrouping entities (one to many).
|
io.vavr.control.Option<List<CustomerText>> |
getCustomerTextIfPresent()
Retrieval of associated CustomerText entities (one to many).
|
List<CustomerText> |
getCustomerTextOrFetch()
Retrieval of associated CustomerText entities (one to many).
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getDeletionIndicator()
Constraints: none
|
String |
getDeliveryIsBlocked()
Constraints: Not nullable, Maximum length: 2
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getFiscalAddress()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustry()
Constraints: Not nullable, Maximum length: 4
|
String |
getIndustryCode1()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode2()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode3()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode4()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode5()
Constraints: Not nullable, Maximum length: 10
|
String |
getInternationalLocationNumber1()
Constraints: Not nullable, Maximum length: 7
|
protected Map<String,Object> |
getKey() |
String |
getNFPartnerIsNaturalPerson()
Constraints: Not nullable, Maximum length: 1
|
String |
getNielsenRegion()
Constraints: Not nullable, Maximum length: 2
|
String |
getOrderIsBlockedForCustomer()
Constraints: Not nullable, Maximum length: 2
|
Boolean |
getPostingIsBlocked()
Constraints: none
|
String |
getResponsibleType()
Constraints: Not nullable, Maximum length: 2
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
String |
getTaxNumber1()
Constraints: Not nullable, Maximum length: 16
|
String |
getTaxNumber2()
Constraints: Not nullable, Maximum length: 11
|
String |
getTaxNumber3()
Constraints: Not nullable, Maximum length: 18
|
String |
getTaxNumber4()
Constraints: Not nullable, Maximum length: 18
|
String |
getTaxNumber5()
Constraints: Not nullable, Maximum length: 60
|
String |
getTaxNumberType()
Constraints: Not nullable, Maximum length: 2
|
Class<Customer> |
getType() |
String |
getVATRegistration()
Constraints: Not nullable, Maximum length: 20
|
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setBillingIsBlockedForCustomer(String billingIsBlockedForCustomer)
Constraints: Not nullable, Maximum length: 2
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDateTime creationDate)
Constraints: Not nullable, Precision: 0
|
void |
setCustomer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerAccountGroup(String customerAccountGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCustomerClassification(String customerClassification)
Constraints: Not nullable, Maximum length: 2
|
void |
setCustomerCompany(List<CustomerCompany> value)
Overwrites the list of associated CustomerCompany entities for the loaded navigation property
to_CustomerCompany.
|
void |
setCustomerCorporateGroup(String customerCorporateGroup)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerFullName(String customerFullName)
Constraints: Not nullable, Maximum length: 220
|
void |
setCustomerName(String customerName)
Constraints: Not nullable, Maximum length: 80
|
void |
setCustomerSalesArea(List<CustomerSalesArea> value)
Overwrites the list of associated CustomerSalesArea entities for the loaded navigation property
to_CustomerSalesArea.
|
void |
setCustomerTaxGrouping(List<CustomerTaxGrouping> value)
Overwrites the list of associated CustomerTaxGrouping entities for the loaded navigation property
to_CustomerTaxGrouping.
|
void |
setCustomerText(List<CustomerText> value)
Overwrites the list of associated CustomerText entities for the loaded navigation property
to_CustomerText.
|
void |
setDeletionIndicator(Boolean deletionIndicator)
Constraints: none
|
void |
setDeliveryIsBlocked(String deliveryIsBlocked)
Constraints: Not nullable, Maximum length: 2
|
void |
setFiscalAddress(String fiscalAddress)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustry(String industry)
Constraints: Not nullable, Maximum length: 4
|
void |
setIndustryCode1(String industryCode1)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode2(String industryCode2)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode3(String industryCode3)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode4(String industryCode4)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode5(String industryCode5)
Constraints: Not nullable, Maximum length: 10
|
void |
setInternationalLocationNumber1(String internationalLocationNumber1)
Constraints: Not nullable, Maximum length: 7
|
void |
setNFPartnerIsNaturalPerson(String nFPartnerIsNaturalPerson)
Constraints: Not nullable, Maximum length: 1
|
void |
setNielsenRegion(String nielsenRegion)
Constraints: Not nullable, Maximum length: 2
|
void |
setOrderIsBlockedForCustomer(String orderIsBlockedForCustomer)
Constraints: Not nullable, Maximum length: 2
|
void |
setPostingIsBlocked(Boolean postingIsBlocked)
Constraints: none
|
void |
setResponsibleType(String responsibleType)
Constraints: Not nullable, Maximum length: 2
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setTaxNumber1(String taxNumber1)
Constraints: Not nullable, Maximum length: 16
|
void |
setTaxNumber2(String taxNumber2)
Constraints: Not nullable, Maximum length: 11
|
void |
setTaxNumber3(String taxNumber3)
Constraints: Not nullable, Maximum length: 18
|
void |
setTaxNumber4(String taxNumber4)
Constraints: Not nullable, Maximum length: 18
|
void |
setTaxNumber5(String taxNumber5)
Constraints: Not nullable, Maximum length: 60
|
void |
setTaxNumberType(String taxNumberType)
Constraints: Not nullable, Maximum length: 2
|
void |
setVATRegistration(String vATRegistration)
Constraints: Not nullable, Maximum length: 20
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final CustomerSelectable ALL_FIELDS
public static final CustomerField<String> CUSTOMER
public static final CustomerField<String> AUTHORIZATION_GROUP
public static final CustomerField<String> BILLING_IS_BLOCKED_FOR_CUSTOMER
public static final CustomerField<String> CREATED_BY_USER
public static final CustomerField<LocalDateTime> CREATION_DATE
public static final CustomerField<String> CUSTOMER_ACCOUNT_GROUP
public static final CustomerField<String> CUSTOMER_CLASSIFICATION
public static final CustomerField<String> CUSTOMER_FULL_NAME
public static final CustomerField<String> CUSTOMER_NAME
public static final CustomerField<String> DELIVERY_IS_BLOCKED
public static final CustomerField<String> NF_PARTNER_IS_NATURAL_PERSON
public static final CustomerField<String> ORDER_IS_BLOCKED_FOR_CUSTOMER
public static final CustomerField<Boolean> POSTING_IS_BLOCKED
public static final CustomerField<String> SUPPLIER
public static final CustomerField<String> CUSTOMER_CORPORATE_GROUP
public static final CustomerField<String> FISCAL_ADDRESS
public static final CustomerField<String> INDUSTRY
public static final CustomerField<String> INDUSTRY_CODE1
public static final CustomerField<String> INDUSTRY_CODE2
public static final CustomerField<String> INDUSTRY_CODE3
public static final CustomerField<String> INDUSTRY_CODE4
public static final CustomerField<String> INDUSTRY_CODE5
public static final CustomerField<String> INTERNATIONAL_LOCATION_NUMBER1
public static final CustomerField<String> NIELSEN_REGION
public static final CustomerField<String> RESPONSIBLE_TYPE
public static final CustomerField<String> TAX_NUMBER1
public static final CustomerField<String> TAX_NUMBER2
public static final CustomerField<String> TAX_NUMBER3
public static final CustomerField<String> TAX_NUMBER4
public static final CustomerField<String> TAX_NUMBER5
public static final CustomerField<String> TAX_NUMBER_TYPE
public static final CustomerField<String> VAT_REGISTRATION
public static final CustomerField<Boolean> DELETION_INDICATOR
public static final CustomerLink<CustomerCompany> TO_CUSTOMER_COMPANY
public static final CustomerLink<CustomerSalesArea> TO_CUSTOMER_SALES_AREA
public static final CustomerLink<CustomerTaxGrouping> TO_CUSTOMER_TAX_GROUPING
public static final CustomerLink<CustomerText> TO_CUSTOMER_TEXT
public Customer()
public Customer(@Nullable String customer, @Nullable String authorizationGroup, @Nullable String billingIsBlockedForCustomer, @Nullable String createdByUser, @Nullable LocalDateTime creationDate, @Nullable String customerAccountGroup, @Nullable String customerClassification, @Nullable String customerFullName, @Nullable String customerName, @Nullable String deliveryIsBlocked, @Nullable String nFPartnerIsNaturalPerson, @Nullable String orderIsBlockedForCustomer, @Nullable Boolean postingIsBlocked, @Nullable String supplier, @Nullable String customerCorporateGroup, @Nullable String fiscalAddress, @Nullable String industry, @Nullable String industryCode1, @Nullable String industryCode2, @Nullable String industryCode3, @Nullable String industryCode4, @Nullable String industryCode5, @Nullable String internationalLocationNumber1, @Nullable String nielsenRegion, @Nullable String responsibleType, @Nullable String taxNumber1, @Nullable String taxNumber2, @Nullable String taxNumber3, @Nullable String taxNumber4, @Nullable String taxNumber5, @Nullable String taxNumberType, @Nullable String vATRegistration, @Nullable Boolean deletionIndicator, List<CustomerCompany> toCustomerCompany, List<CustomerSalesArea> toCustomerSalesArea, List<CustomerTaxGrouping> toCustomerTaxGrouping, List<CustomerText> toCustomerText)
public void setCustomer(@Nullable String customer)
Original property name from the Odata EDM: Customer
customer
- Customer Numberpublic void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
authorizationGroup
- Authorization Grouppublic void setBillingIsBlockedForCustomer(@Nullable String billingIsBlockedForCustomer)
Original property name from the Odata EDM: BillingIsBlockedForCustomer
billingIsBlockedForCustomer
- Central billing block for customerpublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Name of Person who Created the Objectpublic void setCreationDate(@Nullable LocalDateTime creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- Date on which the Record Was Createdpublic void setCustomerAccountGroup(@Nullable String customerAccountGroup)
Original property name from the Odata EDM: CustomerAccountGroup
customerAccountGroup
- Customer Account Grouppublic void setCustomerClassification(@Nullable String customerClassification)
Original property name from the Odata EDM: CustomerClassification
customerClassification
- Customer Classificationpublic void setCustomerFullName(@Nullable String customerFullName)
Original property name from the Odata EDM: CustomerFullName
customerFullName
- Customer Full Namepublic void setCustomerName(@Nullable String customerName)
Original property name from the Odata EDM: CustomerName
customerName
- Name of Customerpublic void setDeliveryIsBlocked(@Nullable String deliveryIsBlocked)
Original property name from the Odata EDM: DeliveryIsBlocked
deliveryIsBlocked
- Central delivery block for the customerpublic void setNFPartnerIsNaturalPerson(@Nullable String nFPartnerIsNaturalPerson)
Original property name from the Odata EDM: NFPartnerIsNaturalPerson
nFPartnerIsNaturalPerson
- Natural Personpublic void setOrderIsBlockedForCustomer(@Nullable String orderIsBlockedForCustomer)
Original property name from the Odata EDM: OrderIsBlockedForCustomer
orderIsBlockedForCustomer
- Central order block for customerpublic void setPostingIsBlocked(@Nullable Boolean postingIsBlocked)
Original property name from the Odata EDM: PostingIsBlocked
postingIsBlocked
- Central posting blockpublic void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Account Number of Vendor or Creditorpublic void setCustomerCorporateGroup(@Nullable String customerCorporateGroup)
Original property name from the Odata EDM: CustomerCorporateGroup
customerCorporateGroup
- Group keypublic void setFiscalAddress(@Nullable String fiscalAddress)
Original property name from the Odata EDM: FiscalAddress
fiscalAddress
- Account number of the master record with the fiscal addresspublic void setIndustry(@Nullable String industry)
Original property name from the Odata EDM: Industry
industry
- Industry keypublic void setIndustryCode1(@Nullable String industryCode1)
Original property name from the Odata EDM: IndustryCode1
industryCode1
- Industry code 1public void setIndustryCode2(@Nullable String industryCode2)
Original property name from the Odata EDM: IndustryCode2
industryCode2
- Industry code 2public void setIndustryCode3(@Nullable String industryCode3)
Original property name from the Odata EDM: IndustryCode3
industryCode3
- Industry code 3public void setIndustryCode4(@Nullable String industryCode4)
Original property name from the Odata EDM: IndustryCode4
industryCode4
- Industry code 4public void setIndustryCode5(@Nullable String industryCode5)
Original property name from the Odata EDM: IndustryCode5
industryCode5
- Industry code 5public void setInternationalLocationNumber1(@Nullable String internationalLocationNumber1)
Original property name from the Odata EDM: InternationalLocationNumber1
internationalLocationNumber1
- International location number (part 1)public void setNielsenRegion(@Nullable String nielsenRegion)
Original property name from the Odata EDM: NielsenRegion
nielsenRegion
- Nielsen IDpublic void setResponsibleType(@Nullable String responsibleType)
Original property name from the Odata EDM: ResponsibleType
responsibleType
- Tax typepublic void setTaxNumber1(@Nullable String taxNumber1)
Original property name from the Odata EDM: TaxNumber1
taxNumber1
- Tax Number 1public void setTaxNumber2(@Nullable String taxNumber2)
Original property name from the Odata EDM: TaxNumber2
taxNumber2
- Tax Number 2public void setTaxNumber3(@Nullable String taxNumber3)
Original property name from the Odata EDM: TaxNumber3
taxNumber3
- Tax Number 3public void setTaxNumber4(@Nullable String taxNumber4)
Original property name from the Odata EDM: TaxNumber4
taxNumber4
- Tax Number 4public void setTaxNumber5(@Nullable String taxNumber5)
Original property name from the Odata EDM: TaxNumber5
taxNumber5
- Tax Number 5public void setTaxNumberType(@Nullable String taxNumberType)
Original property name from the Odata EDM: TaxNumberType
taxNumberType
- Tax Number Typepublic void setVATRegistration(@Nullable String vATRegistration)
Original property name from the Odata EDM: VATRegistration
vATRegistration
- VAT Registration Numberpublic void setDeletionIndicator(@Nullable Boolean deletionIndicator)
Original property name from the Odata EDM: DeletionIndicator
deletionIndicator
- Central Deletion Flag for Master Recordprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<Customer>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<Customer>
@Nonnull public static <T> CustomerField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> CustomerField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<Customer>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<Customer>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<Customer>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<Customer>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<Customer>
@Nonnull public List<CustomerCompany> fetchCustomerCompany() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustomerCompany> getCustomerCompanyOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CustomerCompany of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustomerCompany>> getCustomerCompanyIfPresent()
If the navigation property for an entity Customer has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setCustomerCompany(@Nonnull List<CustomerCompany> value)
If the navigation property to_CustomerCompany of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerCompany entities.public void addCustomerCompany(CustomerCompany... entity)
If the navigation property to_CustomerCompany of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerCompany entities.@Nonnull public List<CustomerSalesArea> fetchCustomerSalesArea() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustomerSalesArea> getCustomerSalesAreaOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CustomerSalesArea of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustomerSalesArea>> getCustomerSalesAreaIfPresent()
If the navigation property for an entity Customer has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setCustomerSalesArea(@Nonnull List<CustomerSalesArea> value)
If the navigation property to_CustomerSalesArea of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerSalesArea entities.public void addCustomerSalesArea(CustomerSalesArea... entity)
If the navigation property to_CustomerSalesArea of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerSalesArea entities.@Nonnull public List<CustomerTaxGrouping> fetchCustomerTaxGrouping() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustomerTaxGrouping> getCustomerTaxGroupingOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CustomerTaxGrouping of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustomerTaxGrouping>> getCustomerTaxGroupingIfPresent()
If the navigation property for an entity Customer has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setCustomerTaxGrouping(@Nonnull List<CustomerTaxGrouping> value)
If the navigation property to_CustomerTaxGrouping of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerTaxGrouping entities.public void addCustomerTaxGrouping(CustomerTaxGrouping... entity)
If the navigation property to_CustomerTaxGrouping of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerTaxGrouping entities.@Nonnull public List<CustomerText> fetchCustomerText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustomerText> getCustomerTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CustomerText of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustomerText>> getCustomerTextIfPresent()
If the navigation property for an entity Customer has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setCustomerText(@Nonnull List<CustomerText> value)
If the navigation property to_CustomerText of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerText entities.public void addCustomerText(CustomerText... entity)
If the navigation property to_CustomerText of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerText entities.@Nonnull public static Customer.CustomerBuilder builder()
@Nullable public String getCustomer()
Original property name from the Odata EDM: Customer
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
@Nullable public String getBillingIsBlockedForCustomer()
Original property name from the Odata EDM: BillingIsBlockedForCustomer
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public LocalDateTime getCreationDate()
Original property name from the Odata EDM: CreationDate
@Nullable public String getCustomerAccountGroup()
Original property name from the Odata EDM: CustomerAccountGroup
@Nullable public String getCustomerClassification()
Original property name from the Odata EDM: CustomerClassification
@Nullable public String getCustomerFullName()
Original property name from the Odata EDM: CustomerFullName
@Nullable public String getCustomerName()
Original property name from the Odata EDM: CustomerName
@Nullable public String getDeliveryIsBlocked()
Original property name from the Odata EDM: DeliveryIsBlocked
@Nullable public String getNFPartnerIsNaturalPerson()
Original property name from the Odata EDM: NFPartnerIsNaturalPerson
@Nullable public String getOrderIsBlockedForCustomer()
Original property name from the Odata EDM: OrderIsBlockedForCustomer
@Nullable public Boolean getPostingIsBlocked()
Original property name from the Odata EDM: PostingIsBlocked
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public String getCustomerCorporateGroup()
Original property name from the Odata EDM: CustomerCorporateGroup
@Nullable public String getFiscalAddress()
Original property name from the Odata EDM: FiscalAddress
@Nullable public String getIndustry()
Original property name from the Odata EDM: Industry
@Nullable public String getIndustryCode1()
Original property name from the Odata EDM: IndustryCode1
@Nullable public String getIndustryCode2()
Original property name from the Odata EDM: IndustryCode2
@Nullable public String getIndustryCode3()
Original property name from the Odata EDM: IndustryCode3
@Nullable public String getIndustryCode4()
Original property name from the Odata EDM: IndustryCode4
@Nullable public String getIndustryCode5()
Original property name from the Odata EDM: IndustryCode5
@Nullable public String getInternationalLocationNumber1()
Original property name from the Odata EDM: InternationalLocationNumber1
@Nullable public String getNielsenRegion()
Original property name from the Odata EDM: NielsenRegion
@Nullable public String getResponsibleType()
Original property name from the Odata EDM: ResponsibleType
@Nullable public String getTaxNumber1()
Original property name from the Odata EDM: TaxNumber1
@Nullable public String getTaxNumber2()
Original property name from the Odata EDM: TaxNumber2
@Nullable public String getTaxNumber3()
Original property name from the Odata EDM: TaxNumber3
@Nullable public String getTaxNumber4()
Original property name from the Odata EDM: TaxNumber4
@Nullable public String getTaxNumber5()
Original property name from the Odata EDM: TaxNumber5
@Nullable public String getTaxNumberType()
Original property name from the Odata EDM: TaxNumberType
@Nullable public String getVATRegistration()
Original property name from the Odata EDM: VATRegistration
@Nullable public Boolean getDeletionIndicator()
Original property name from the Odata EDM: DeletionIndicator
Copyright © 2021 SAP SE. All rights reserved.