Uses of Class
com.inteliqua.rest.common.update.UpdateField
-
-
Uses of UpdateField in com.inteliqua.rest.coupon.payload
Methods in com.inteliqua.rest.coupon.payload that return UpdateField Modifier and Type Method Description UpdateField<Date>CouponUpdateRequest. getCancellationDate()UpdateField<Boolean>CouponUpdateRequest. getCancelled()UpdateField<Date>CouponUpdateRequest. getDateUsed()UpdateField<Boolean>CouponUpdateRequest. getGiven()UpdateField<Date>CouponUpdateRequest. getGivenDate()UpdateField<String>CouponUpdateRequest. getGivenInvoiceNumber()UpdateField<Boolean>CouponUpdateRequest. getInactive()UpdateField<Date>CouponUpdateRequest. getIssueValidFromDate()UpdateField<Date>CouponUpdateRequest. getIssueValidUntilDate()UpdateField<String>CouponUpdateRequest. getMemberQCCode()UpdateField<Boolean>CouponUpdateRequest. getUsed()UpdateField<String>CouponUpdateRequest. getUsedInvoiceNumber()UpdateField<Date>CouponUpdateRequest. getValidFromDate()UpdateField<Date>CouponUpdateRequest. getValidUntilDate()Methods in com.inteliqua.rest.coupon.payload with parameters of type UpdateField Modifier and Type Method Description voidCouponUpdateRequest. setCancellationDate(UpdateField<Date> cancellationDate)voidCouponUpdateRequest. setCancelled(UpdateField<Boolean> cancelled)voidCouponUpdateRequest. setDateUsed(UpdateField<Date> dateUsed)voidCouponUpdateRequest. setGiven(UpdateField<Boolean> given)voidCouponUpdateRequest. setGivenDate(UpdateField<Date> givenDate)voidCouponUpdateRequest. setGivenInvoiceNumber(UpdateField<String> givenInvoiceNumber)voidCouponUpdateRequest. setInactive(UpdateField<Boolean> inactive)voidCouponUpdateRequest. setIssueValidFromDate(UpdateField<Date> issueValidFromDate)voidCouponUpdateRequest. setIssueValidUntilDate(UpdateField<Date> issueValidUntilDate)voidCouponUpdateRequest. setMemberQCCode(UpdateField<String> memberQCCode)voidCouponUpdateRequest. setUsed(UpdateField<Boolean> used)voidCouponUpdateRequest. setUsedInvoiceNumber(UpdateField<String> usedInvoiceNumber)voidCouponUpdateRequest. setValidFromDate(UpdateField<Date> validFromDate)voidCouponUpdateRequest. setValidUntilDate(UpdateField<Date> validUntilDate) -
Uses of UpdateField in com.inteliqua.rest.coupon.update
Methods in com.inteliqua.rest.coupon.update that return UpdateField Modifier and Type Method Description UpdateField<Date>CouponUpdateRequest. getCancellationDate()UpdateField<Boolean>CouponUpdateRequest. getCancelled()UpdateField<Date>CouponUpdateRequest. getDateUsed()UpdateField<Boolean>CouponUpdateRequest. getGiven()UpdateField<Date>CouponUpdateRequest. getGivenDate()UpdateField<String>CouponUpdateRequest. getGivenInvoiceNumber()UpdateField<Boolean>CouponUpdateRequest. getInactive()UpdateField<Date>CouponUpdateRequest. getIssueValidFromDate()UpdateField<Date>CouponUpdateRequest. getIssueValidUntilDate()UpdateField<String>CouponUpdateRequest. getMemberQCCode()UpdateField<Boolean>CouponUpdateRequest. getUsed()UpdateField<String>CouponUpdateRequest. getUsedInvoiceNumber()UpdateField<Date>CouponUpdateRequest. getValidFromDate()UpdateField<Date>CouponUpdateRequest. getValidUntilDate()Methods in com.inteliqua.rest.coupon.update with parameters of type UpdateField Modifier and Type Method Description voidCouponUpdateRequest. setCancellationDate(UpdateField<Date> cancellationDate)voidCouponUpdateRequest. setCancelled(UpdateField<Boolean> cancelled)voidCouponUpdateRequest. setDateUsed(UpdateField<Date> dateUsed)voidCouponUpdateRequest. setGiven(UpdateField<Boolean> given)voidCouponUpdateRequest. setGivenDate(UpdateField<Date> givenDate)voidCouponUpdateRequest. setGivenInvoiceNumber(UpdateField<String> givenInvoiceNumber)voidCouponUpdateRequest. setInactive(UpdateField<Boolean> inactive)voidCouponUpdateRequest. setIssueValidFromDate(UpdateField<Date> issueValidFromDate)voidCouponUpdateRequest. setIssueValidUntilDate(UpdateField<Date> issueValidUntilDate)voidCouponUpdateRequest. setMemberQCCode(UpdateField<String> memberQCCode)voidCouponUpdateRequest. setUsed(UpdateField<Boolean> used)voidCouponUpdateRequest. setUsedInvoiceNumber(UpdateField<String> usedInvoiceNumber)voidCouponUpdateRequest. setValidFromDate(UpdateField<Date> validFromDate)voidCouponUpdateRequest. setValidUntilDate(UpdateField<Date> validUntilDate) -
Uses of UpdateField in com.inteliqua.rest.couponset.dto
Methods in com.inteliqua.rest.couponset.dto that return UpdateField Modifier and Type Method Description UpdateField<Date>CouponSetUpdateDto. getActiveFrom()UpdateField<Date>CouponSetUpdateDto. getActiveUntil()UpdateField<Integer>AmountCouponSetUpdateDto. getAmount()UpdateField<Boolean>CouponSetUpdateDto. getAutoGenerated()UpdateField<BigDecimal>DiscountCouponSetUpdateDto. getDiscount()UpdateField<Integer>CouponSetUpdateDto. getDuration()UpdateField<Boolean>CouponSetUpdateDto. getGlobal()UpdateField<String>CouponSetUpdateDto. getLoyaltySchemaCode()UpdateField<Boolean>CouponSetUpdateDto. getOncePerYear()UpdateField<String>CouponSetUpdateDto. getRemarks()UpdateField<Boolean>CouponSetUpdateDto. getReusable()UpdateField<String>CouponSetUpdateDto. getTitle()Methods in com.inteliqua.rest.couponset.dto with parameters of type UpdateField Modifier and Type Method Description voidCouponSetUpdateDto. setActiveFrom(UpdateField<Date> activeFrom)voidCouponSetUpdateDto. setActiveUntil(UpdateField<Date> activeUntil)voidAmountCouponSetUpdateDto. setAmount(UpdateField<Integer> amount)voidCouponSetUpdateDto. setAutoGenerated(UpdateField<Boolean> autoGenerated)voidDiscountCouponSetUpdateDto. setDiscount(UpdateField<BigDecimal> discount)voidCouponSetUpdateDto. setDuration(UpdateField<Integer> duration)voidCouponSetUpdateDto. setGlobal(UpdateField<Boolean> global)voidCouponSetUpdateDto. setLoyaltySchemaCode(UpdateField<String> loyaltySchemaCode)voidCouponSetUpdateDto. setOncePerYear(UpdateField<Boolean> oncePerYear)voidCouponSetUpdateDto. setRemarks(UpdateField<String> remarks)voidCouponSetUpdateDto. setReusable(UpdateField<Boolean> reusable)voidCouponSetUpdateDto. setTitle(UpdateField<String> title) -
Uses of UpdateField in com.inteliqua.rest.customer.payload.address.request
Methods in com.inteliqua.rest.customer.payload.address.request that return UpdateField Modifier and Type Method Description UpdateField<String>AddressDataUpdateRequest. getAddressLine1()Gets the first line of the address.UpdateField<String>AddressDataUpdateRequest. getAddressLine2()Gets the second line of the address.UpdateField<String>AddressDataUpdateRequest. getAddressLine3()Gets the third line of the address.UpdateField<AddressTypeEnum>AddressDataUpdateRequest. getAddressType()Gets the address type (e.g., home, work).UpdateField<String>AddressDataUpdateRequest. getCountryCode()Gets the country code.UpdateField<String>AddressDataUpdateRequest. getPostCode()Gets the postal code of the address.UpdateField<String>AddressDataUpdateRequest. getRegionCode()Gets the region code.UpdateField<String>AddressDataUpdateRequest. getTown()Gets the town or city of the address.Methods in com.inteliqua.rest.customer.payload.address.request with parameters of type UpdateField Modifier and Type Method Description voidAddressDataUpdateRequest. setAddressLine1(UpdateField<String> addressLine1)Sets the first line of the address.voidAddressDataUpdateRequest. setAddressLine2(UpdateField<String> addressLine2)Sets the second line of the address.voidAddressDataUpdateRequest. setAddressLine3(UpdateField<String> addressLine3)Sets the third line of the address.voidAddressDataUpdateRequest. setAddressType(UpdateField<AddressTypeEnum> addressType)Sets the address type (e.g., home, work).voidAddressDataUpdateRequest. setCountryCode(UpdateField<String> countryCode)Sets the country code.voidAddressDataUpdateRequest. setPostCode(UpdateField<String> postCode)Sets the postal code of the address.voidAddressDataUpdateRequest. setRegionCode(UpdateField<String> regionCode)Sets the region code.voidAddressDataUpdateRequest. setTown(UpdateField<String> town)Sets the town or city of the address. -
Uses of UpdateField in com.inteliqua.rest.customer.payload.child
Methods in com.inteliqua.rest.customer.payload.child that return UpdateField Modifier and Type Method Description UpdateField<Date>ChildDataUpdateRequest. getDateOfBirth()UpdateField<String>ChildDataUpdateRequest. getFirstName()UpdateField<GenderEnum>ChildDataUpdateRequest. getGender()UpdateField<Integer>ChildDataUpdateRequest. getNameDayDay()UpdateField<Integer>ChildDataUpdateRequest. getNameDayMonth()Methods in com.inteliqua.rest.customer.payload.child with parameters of type UpdateField Modifier and Type Method Description voidChildDataUpdateRequest. setDateOfBirth(UpdateField<Date> dateOfBirth)voidChildDataUpdateRequest. setFirstName(UpdateField<String> firstName)voidChildDataUpdateRequest. setGender(UpdateField<GenderEnum> gender)voidChildDataUpdateRequest. setNameDayDay(UpdateField<Integer> nameDayDay)voidChildDataUpdateRequest. setNameDayMonth(UpdateField<Integer> nameDayMonth) -
Uses of UpdateField in com.inteliqua.rest.customer.payload.consent.request
Methods in com.inteliqua.rest.customer.payload.consent.request that return UpdateField Modifier and Type Method Description UpdateField<Boolean>ConsentDataUpdateRequest. getFlag()Gets the flag indicating whether the consent has been granted or requires an update.UpdateField<Date>ConsentDataUpdateRequest. getUpdateDate()Gets the date when the consent data was last updated.Methods in com.inteliqua.rest.customer.payload.consent.request with parameters of type UpdateField Modifier and Type Method Description voidConsentDataUpdateRequest. setFlag(UpdateField<Boolean> flag)Sets the flag indicating the status of consent.voidConsentDataUpdateRequest. setUpdateDate(UpdateField<Date> updateDate)Sets the date when the consent data was last updated. -
Uses of UpdateField in com.inteliqua.rest.customer.payload.email.request
Methods in com.inteliqua.rest.customer.payload.email.request that return UpdateField Modifier and Type Method Description UpdateField<String>EmailDataUpdateRequest. getEmailAddress()Getters and setters for emailAddress, isPrimary, and attributesUpdateField<Boolean>EmailDataUpdateRequest. getIsPrimary()Methods in com.inteliqua.rest.customer.payload.email.request with parameters of type UpdateField Modifier and Type Method Description voidEmailDataUpdateRequest. setEmailAddress(UpdateField<String> emailAddress)voidEmailDataUpdateRequest. setIsPrimary(UpdateField<Boolean> isPrimary) -
Uses of UpdateField in com.inteliqua.rest.customer.payload.loyalty.member.request
Methods in com.inteliqua.rest.customer.payload.loyalty.member.request that return UpdateField Modifier and Type Method Description UpdateField<Boolean>LoyaltyMembershipUpdateRequest. getActive()Gets the active status of the loyalty membership.UpdateField<String>LoyaltyMembershipUpdateRequest. getCategory()Gets the category for the loyalty membership.UpdateField<LoyaltyMemberRelationshipPayload>LoyaltyMembershipUpdateRequest. getLoyaltyMemberRelationship()Gets the loyalty member relationship data.UpdateField<String>LoyaltyMembershipUpdateRequest. getMemberStatus()Gets the member status for the loyalty membership.UpdateField<String>LoyaltyMembershipUpdateRequest. getRegistrationCountryCode()Gets the registration country code for the loyalty membership.UpdateField<Date>LoyaltyMembershipUpdateRequest. getRegistrationDate()Gets the registration date of the loyalty membership.UpdateField<String>LoyaltyMembershipUpdateRequest. getRegistrationSource()Gets the registration source for the loyalty membership.UpdateField<String>LoyaltyMembershipUpdateRequest. getRegistrationStoreCode()Gets the registration store code for the loyalty membership.Methods in com.inteliqua.rest.customer.payload.loyalty.member.request with parameters of type UpdateField Modifier and Type Method Description voidLoyaltyMembershipUpdateRequest. setActive(UpdateField<Boolean> active)Sets the active status of the loyalty membership.voidLoyaltyMembershipUpdateRequest. setCategory(UpdateField<String> category)Sets the category for the loyalty membership.voidLoyaltyMembershipUpdateRequest. setLoyaltyMemberRelationship(UpdateField<LoyaltyMemberRelationshipPayload> loyaltyMemberRelationship)Sets the loyalty member relationship data.voidLoyaltyMembershipUpdateRequest. setMemberStatus(UpdateField<String> memberStatus)Sets the member status for the loyalty membership.voidLoyaltyMembershipUpdateRequest. setRegistrationCountryCode(UpdateField<String> registrationCountryCode)Sets the registration country code for the loyalty membership.voidLoyaltyMembershipUpdateRequest. setRegistrationDate(UpdateField<Date> registrationDate)Sets the registration date of the loyalty membership.voidLoyaltyMembershipUpdateRequest. setRegistrationSource(UpdateField<String> registrationSource)Sets the registration source for the loyalty membership.voidLoyaltyMembershipUpdateRequest. setRegistrationStoreCode(UpdateField<String> registrationStoreCode)Sets the registration store code for the loyalty membership. -
Uses of UpdateField in com.inteliqua.rest.customer.payload.person.request
Methods in com.inteliqua.rest.customer.payload.person.request that return UpdateField Modifier and Type Method Description UpdateField<Date>PersonUpdateRequest. getDateOfBirth()UpdateField<String>PersonUpdateRequest. getFirstName()UpdateField<String>PersonUpdateRequest. getGender()UpdateField<String>PersonUpdateRequest. getLanguageCode()UpdateField<String>PersonUpdateRequest. getLastName()UpdateField<String>PersonUpdateRequest. getMaritalStatusCode()UpdateField<Short>PersonUpdateRequest. getNameDayDay()UpdateField<Short>PersonUpdateRequest. getNameDayMonth()UpdateField<String>PersonUpdateRequest. getNationalityCode()UpdateField<String>PersonUpdateRequest. getPreferredStoreCode()UpdateField<Date>PersonUpdateRequest. getRegistrationDate()UpdateField<String>PersonUpdateRequest. getRegistrationSource()UpdateField<String>PersonUpdateRequest. getRegistrationStoreCode()UpdateField<String>PersonUpdateRequest. getSalutationCode()Methods in com.inteliqua.rest.customer.payload.person.request with parameters of type UpdateField Modifier and Type Method Description voidPersonUpdateRequest. setDateOfBirth(UpdateField<Date> dateOfBirth)voidPersonUpdateRequest. setFirstName(UpdateField<String> firstName)voidPersonUpdateRequest. setGender(UpdateField<String> gender)voidPersonUpdateRequest. setLanguageCode(UpdateField<String> languageCode)voidPersonUpdateRequest. setLastName(UpdateField<String> lastName)voidPersonUpdateRequest. setMaritalStatusCode(UpdateField<String> maritalStatusCode)voidPersonUpdateRequest. setNameDayDay(UpdateField<Short> nameDayDay)voidPersonUpdateRequest. setNameDayMonth(UpdateField<Short> nameDayMonth)voidPersonUpdateRequest. setNationalityCode(UpdateField<String> nationalityCode)voidPersonUpdateRequest. setPreferredStoreCode(UpdateField<String> preferredStoreCode)voidPersonUpdateRequest. setRegistrationDate(UpdateField<Date> registrationDate)voidPersonUpdateRequest. setRegistrationSource(UpdateField<String> registrationSource)voidPersonUpdateRequest. setRegistrationStoreCode(UpdateField<String> registrationStoreCode)voidPersonUpdateRequest. setSalutationCode(UpdateField<String> salutationCode) -
Uses of UpdateField in com.inteliqua.rest.customer.payload.telephone.request
Methods in com.inteliqua.rest.customer.payload.telephone.request that return UpdateField Modifier and Type Method Description UpdateField<String>TelephoneDataUpdateRequest. getCountryCode()UpdateField<Boolean>TelephoneDataUpdateRequest. getIsPrimary()UpdateField<String>TelephoneDataUpdateRequest. getTelephoneNumber()UpdateField<TelephoneTypeEnum>TelephoneDataUpdateRequest. getTelephoneType()Methods in com.inteliqua.rest.customer.payload.telephone.request with parameters of type UpdateField Modifier and Type Method Description voidTelephoneDataUpdateRequest. setCountryCode(UpdateField<String> countryCode)voidTelephoneDataUpdateRequest. setIsPrimary(UpdateField<Boolean> isPrimary)voidTelephoneDataUpdateRequest. setTelephoneNumber(UpdateField<String> telephoneNumber)voidTelephoneDataUpdateRequest. setTelephoneType(UpdateField<TelephoneTypeEnum> telephoneType) -
Uses of UpdateField in com.inteliqua.rest.merchant.update
Methods in com.inteliqua.rest.merchant.update that return UpdateField Modifier and Type Method Description UpdateField<String>MerchantUpdateRequest. getCompanyName()UpdateField<String>MerchantUpdateRequest. getFirstName()UpdateField<Boolean>MerchantUpdateRequest. getHasLoyaltyFlag()UpdateField<String>MerchantUpdateRequest. getLastName()UpdateField<MerchantConfigCreateDTO>MerchantUpdateRequest. getMerchantConfig()UpdateField<String>MerchantUpdateRequest. getVatNumber()Methods in com.inteliqua.rest.merchant.update with parameters of type UpdateField Modifier and Type Method Description voidMerchantUpdateRequest. setCompanyName(UpdateField<String> companyName)voidMerchantUpdateRequest. setFirstName(UpdateField<String> firstName)voidMerchantUpdateRequest. setHasLoyaltyFlag(UpdateField<Boolean> hasLoyaltyFlag)voidMerchantUpdateRequest. setLastName(UpdateField<String> lastName)voidMerchantUpdateRequest. setMerchantConfig(UpdateField<MerchantConfigCreateDTO> merchantConfig)voidMerchantUpdateRequest. setVatNumber(UpdateField<String> vatNumber) -
Uses of UpdateField in com.inteliqua.rest.store.payload
Methods in com.inteliqua.rest.store.payload that return UpdateField Modifier and Type Method Description UpdateField<String>StoreUpdateRequest. getAddressLine1()UpdateField<String>StoreUpdateRequest. getAddressLine2()UpdateField<AddressTypeEnum>StoreUpdateRequest. getAddressType()UpdateField<String>StoreUpdateRequest. getCountryCode()UpdateField<String>StoreUpdateRequest. getPostCode()UpdateField<String>StoreUpdateRequest. getShortStoreDescription()UpdateField<String>StoreUpdateRequest. getTown()Methods in com.inteliqua.rest.store.payload with parameters of type UpdateField Modifier and Type Method Description voidStoreUpdateRequest. setAddressLine1(UpdateField<String> addressLine1)voidStoreUpdateRequest. setAddressLine2(UpdateField<String> addressLine2)voidStoreUpdateRequest. setAddressType(UpdateField<AddressTypeEnum> addressType)voidStoreUpdateRequest. setCountryCode(UpdateField<String> countryCode)voidStoreUpdateRequest. setPostCode(UpdateField<String> postCode)voidStoreUpdateRequest. setShortStoreDescription(UpdateField<String> shortStoreDescription)voidStoreUpdateRequest. setTown(UpdateField<String> town)
-