Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractFindRequest - Class in com.dzidzi.dto.merge
AbstractFindRequest is an abstract object which represent the DTO request containing the objects used to filter entities.
AbstractFindRequest() - Constructor for class com.dzidzi.dto.merge.AbstractFindRequest
 
ACCEPTED - Enum constant in enum class com.dzidzi.dto.order.OrderStatus
 
acceptTicket(UUID) - Method in interface com.dzidzi.api.ServiceTicketApi
It accepts a ticket by the given id.
accessToken(String) - Method in class com.dzidzi.dto.AuthenticationResponse.Builder
 
accessToken(String) - Method in class com.dzidzi.dto.JwtTokenBuilder.Builder
 
ACCOUNT_CREATION - Enum constant in enum class com.dzidzi.dto.history.HistoryType
 
ACCOUNT_HISTORY - Enum constant in enum class com.dzidzi.dto.history.HistoryType
 
ACTION_TYPE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
actionType(HistoryOperation) - Method in class com.dzidzi.dto.history.History.Builder
 
actionType(HistoryOperation) - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
activateAccount(String) - Method in interface com.dzidzi.api.UserApi
Activates user account.
activateAccountAfterDeactivation(String, String, String) - Method in interface com.dzidzi.api.UserApi
This reactivates user account after account has been deactivated.
activated(boolean) - Method in class com.dzidzi.dto.user.FilterUserRequest.Builder
The boolean value, if true user activated and otherwise
ACTIVATING_ACCOUNT - Enum constant in enum class com.dzidzi.dto.history.HistoryType
 
ActiveUser - Record Class in com.dzidzi.dto.user
The active user id and role, which is used internally by frontend.
ActiveUser(UUID, UserRole) - Constructor for record class com.dzidzi.dto.user.ActiveUser
Creates an instance of a ActiveUser record class.
ADD_ADMIN - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_BRANCH - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_COUPON - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_COURIER - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_EXTRA - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_MENU - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_RESPONSE - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_RESTAURANT - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_REVIEW - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_SERVICE - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ADD_TICKET - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
AddAddressRequest - Class in com.dzidzi.dto.address
AddAddressRequest represents the DTO request containing the objects used to create a new address.
AddAddressRequest() - Constructor for class com.dzidzi.dto.address.AddAddressRequest
 
AddAddressRequest(String, String, String, String, String, Integer, Boolean) - Constructor for class com.dzidzi.dto.address.AddAddressRequest
Creates a new AddAddressRequest instance.
AddAddressRequest.Builder - Class in com.dzidzi.dto.address
 
addAdmin(AddAdministrationRequest, String) - Method in interface com.dzidzi.api.AdministrationApi
Adds/creates a new admin.
AddAdministrationRequest - Class in com.dzidzi.dto.administration
AddAdministrationRequest represents the DTO request containing the objects used to create a new admin user.
AddAdministrationRequest() - Constructor for class com.dzidzi.dto.administration.AddAdministrationRequest
 
AddAdministrationRequest(String, String, String, String, String) - Constructor for class com.dzidzi.dto.administration.AddAdministrationRequest
Creates a new AddAdministrationRequest instance.
AddAdministrationRequest.Builder - Class in com.dzidzi.dto.administration
 
AddBranchRequest - Class in com.dzidzi.dto.restaurant
AddBranchRequest represents the DTO request containing the objects used to create a new restaurant branch by the restaurant admin.
AddBranchRequest.Builder - Class in com.dzidzi.dto.restaurant
 
addCoupon(AddCouponRequest) - Method in interface com.dzidzi.api.CouponApi
Adds/creates a new coupon with the given request.
AddCouponRequest - Class in com.dzidzi.dto.coupon
AddCouponRequest represents the DTO request containing the objects used to create a new coupon.
AddCouponRequest() - Constructor for class com.dzidzi.dto.coupon.AddCouponRequest
 
AddCouponRequest(String, String, Double, BigDecimal, String, Date, Date, List<UUID>, boolean) - Constructor for class com.dzidzi.dto.coupon.AddCouponRequest
Creates a new AddCouponRequest instance.
AddCouponRequest.Builder - Class in com.dzidzi.dto.coupon
 
AddCourierRegistrationRequest - Class in com.dzidzi.dto.partner
AddCourierRegistrationRequest represents the DTO request containing the objects used to create a new restaurant partner registration.
AddCourierRegistrationRequest() - Constructor for class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
AddCourierRegistrationRequest(String, String, String, PreferredContactMode, AddAddressRequest) - Constructor for class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
AddCourierRegistrationRequest.Builder - Class in com.dzidzi.dto.partner
 
AddCourierRequest - Class in com.dzidzi.dto.courier
AddCourierRequest represents the DTO request containing the objects used to create a new courier.
AddCourierRequest() - Constructor for class com.dzidzi.dto.courier.AddCourierRequest
 
AddCourierRequest(String, String, String, AddAddressRequest, String, String, String, MultipartFile) - Constructor for class com.dzidzi.dto.courier.AddCourierRequest
Creates a new AddCourierRequest instance.
AddCourierRequest.Builder - Class in com.dzidzi.dto.courier
 
AddCustomerReviewRequest - Class in com.dzidzi.dto.customerReview
AddCustomerReviewRequest represents the DTO request containing the objects used to create a new review.
AddCustomerReviewRequest() - Constructor for class com.dzidzi.dto.customerReview.AddCustomerReviewRequest
 
AddCustomerReviewRequest(UUID, UUID, Integer, String) - Constructor for class com.dzidzi.dto.customerReview.AddCustomerReviewRequest
Creates a new AddCustomerReviewRequest instance.
AddCustomerReviewRequest.Builder - Class in com.dzidzi.dto.customerReview
 
AddCustomerServiceRequest - Class in com.dzidzi.dto.customerService
AddCustomerServiceRequest represents the DTO request containing the objects used to create a new customer service rep.
AddCustomerServiceRequest() - Constructor for class com.dzidzi.dto.customerService.AddCustomerServiceRequest
 
AddCustomerServiceRequest(String, String, String, AddAddressRequest, String, String, String, MultipartFile) - Constructor for class com.dzidzi.dto.customerService.AddCustomerServiceRequest
Creates a new AddCustomerServiceRequest instance.
AddCustomerServiceRequest.Builder - Class in com.dzidzi.dto.customerService
 
addedBy(UUID) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
AddExtraRequest - Class in com.dzidzi.dto.extra
AddExtraRequest represents the DTO request containing the objects used to create a new extra.
AddExtraRequest() - Constructor for class com.dzidzi.dto.extra.AddExtraRequest
 
AddExtraRequest(String, BigDecimal, MultipartFile) - Constructor for class com.dzidzi.dto.extra.AddExtraRequest
Creates a new AddExtraRequest instance.
AddExtraRequest.Builder - Class in com.dzidzi.dto.extra
 
AddMenuRequest - Class in com.dzidzi.dto.menu
AddMenuRequest represents the DTO request containing the objects used to create a new menu.
AddMenuRequest() - Constructor for class com.dzidzi.dto.menu.AddMenuRequest
 
AddMenuRequest(String, String, BigDecimal, MultipartFile, MenuCategory) - Constructor for class com.dzidzi.dto.menu.AddMenuRequest
Creates a new AddMenuRequest instance.
AddMenuRequest.Builder - Class in com.dzidzi.dto.menu
 
addNewPassword(CreateNewPasswordRequest, String) - Method in interface com.dzidzi.api.CredentialApi
The new password and username to complete credential account creation.
addNewUserCredentialByAdmin(String, UserRole) - Method in interface com.dzidzi.api.CredentialApi
Creates a user credential.
AddNewUserRequest - Class in com.dzidzi.dto.credential
AddNewUserRequest represents the DTO request containing the objects used to create a new user with RESTAURANT_ADMIN, COURIER, SERVICE, ADMIN.
AddNewUserRequest.Builder - Class in com.dzidzi.dto.credential
 
AddOrderItemRequest - Class in com.dzidzi.dto.orderItem
AddOrderItemRequest represents the DTO request containing the objects used to create a new order item.
AddOrderItemRequest() - Constructor for class com.dzidzi.dto.orderItem.AddOrderItemRequest
 
AddOrderItemRequest(UUID, int, UUID) - Constructor for class com.dzidzi.dto.orderItem.AddOrderItemRequest
Creates a new AddOrderItemRequest instance.
AddOrderItemRequest.Builder - Class in com.dzidzi.dto.orderItem
 
AddOrderRequest - Class in com.dzidzi.dto.order
AddOrderRequest represents the DTO request containing the objects used to create a new order.
AddOrderRequest() - Constructor for class com.dzidzi.dto.order.AddOrderRequest
 
AddOrderRequest(List<UUID>, boolean, AddAddressRequest, String, String) - Constructor for class com.dzidzi.dto.order.AddOrderRequest
Creates a new AddOrderRequest instance.
AddOrderRequest.Builder - Class in com.dzidzi.dto.order
 
address(AddAddressRequest) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The address of the courier.
address(AddAddressRequest) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The address of the customer service rep.
address(AddAddressRequest) - Method in class com.dzidzi.dto.order.AddOrderRequest.Builder
The address of the ordering user if AddOrderRequest.isUseMyAddress() is false.
address(AddAddressRequest) - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest.Builder
 
address(AddAddressRequest) - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
address(AddAddressRequest) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The address of the branch restaurant.
address(AddAddressRequest) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The address of the restaurant.
address(AddAddressRequest) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The address of the user.
address(AddressEntityApi) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
address(AddressEntityApi) - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
address(AddressEntityApi) - Method in class com.dzidzi.dto.order.Order.Builder
 
address(AddressEntityApi) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
address(AddressEntityApi) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
address(AddressEntityApi) - Method in class com.dzidzi.dto.user.User.Builder
 
address(ChangeAddressRequest) - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
The new address of the courier.
address(ChangeAddressRequest) - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
The new address of the customer service rep.
address(ChangeAddressRequest) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new address of the restaurant.
address(ChangeAddressRequest) - Method in class com.dzidzi.dto.user.ChangeUserRequest.Builder
The new address of the user.
Address - Class in com.dzidzi.dto.address
Represents an address of the Api.
Address(UUID, String, String, String, String, String, int, double, double) - Constructor for class com.dzidzi.dto.address.Address
 
Address.Builder - Class in com.dzidzi.dto.address
 
AddressApi - Interface in com.dzidzi.api
AddressApi contains all the api operations for handling Address of DzidziApp.
AddressEntityApi - Class in com.dzidzi.dto.address
 
AddressEntityApi(UUID, String, String, String, double, double) - Constructor for class com.dzidzi.dto.address.AddressEntityApi
 
addRestaurantBranch(AddBranchRequest) - Method in interface com.dzidzi.api.RestaurantApi
Adds/creates a new restaurant branch.
AddRestaurantRegistrationRequest - Class in com.dzidzi.dto.partner
AddRestaurantRegistrationRequest represents the DTO request containing the objects used to create a new courier partner registration.
AddRestaurantRegistrationRequest() - Constructor for class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
AddRestaurantRegistrationRequest(String, String, String, String, PreferredContactMode, AddAddressRequest) - Constructor for class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
AddRestaurantRegistrationRequest.Builder - Class in com.dzidzi.dto.partner
 
AddRestaurantRequest - Class in com.dzidzi.dto.restaurant
AddRestaurantRequest represents the DTO request containing the objects used to create a new restaurant.
AddRestaurantRequest() - Constructor for class com.dzidzi.dto.restaurant.AddRestaurantRequest
 
AddRestaurantRequest(AddAddressRequest, String, String, String, MultipartFile, MultipartFile, String, String, String, String) - Constructor for class com.dzidzi.dto.restaurant.AddRestaurantRequest
Creates a new AddRestaurantRequest instance.
AddRestaurantRequest.Builder - Class in com.dzidzi.dto.restaurant
 
addReviewStatement(UUID, String) - Method in interface com.dzidzi.api.PartnerRegistrationApi
Adds a review comment before moving to PartnerRegistrationState.WAITING_FOR_APPROVAL.
AddServiceResponseRequest - Class in com.dzidzi.dto.serviceResponse
AddServiceResponseRequest represents the DTO request containing the objects used to create a new response.
AddServiceResponseRequest() - Constructor for class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest
 
AddServiceResponseRequest(String, UUID) - Constructor for class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest
Creates a new AddServiceResponseRequest instance.
AddServiceResponseRequest.Builder - Class in com.dzidzi.dto.serviceResponse
 
addSignOffStatement(UUID, String) - Method in interface com.dzidzi.api.PartnerRegistrationApi
Adds a review comment before moving to PartnerRegistrationState.APPROVED or PartnerRegistrationState.REJECTED.
addTip(UUID, BigDecimal) - Method in interface com.dzidzi.api.CourierSettlementApi
 
addUserOrder(AddOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Adds/create a new order by the logged-in user.
AddUserRequest - Class in com.dzidzi.dto.user
AddUserRequest represents the DTO request containing the objects used to create a new user.
AddUserRequest() - Constructor for class com.dzidzi.dto.user.AddUserRequest
 
AddUserRequest(String, String, String, AddAddressRequest, String, String, String, Provider) - Constructor for class com.dzidzi.dto.user.AddUserRequest
Creates a new AddUserRequest instance.
AddUserRequest.Builder - Class in com.dzidzi.dto.user
 
ADMIN - Enum constant in enum class com.dzidzi.dto.user.UserRole
 
ADMIN_ONLY_NOTIFICATION - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
Administration - Class in com.dzidzi.dto.administration
Represents an administration of the api.
Administration(UUID, String, String, String, boolean, String, CredentialEntityApi) - Constructor for class com.dzidzi.dto.administration.Administration
 
Administration.Builder - Class in com.dzidzi.dto.administration
 
AdministrationApi - Interface in com.dzidzi.api
AdministrationApi contains all the api operations handling Administration in the DzidziApp.
adminNumber(String) - Method in class com.dzidzi.dto.administration.Administration.Builder
 
amount(BigDecimal) - Method in class com.dzidzi.dto.payment.Payment.Builder
 
AMOUNT - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
apartmentNr(String) - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
The apartment number
apartmentNr(String) - Method in class com.dzidzi.dto.address.Address.Builder
 
apartmentNr(String) - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
The new apartment number
ApiTokenResponse - Record Class in com.dzidzi.dto
 
ApiTokenResponse(String, String) - Constructor for record class com.dzidzi.dto.ApiTokenResponse
Creates an instance of a ApiTokenResponse record class.
APPETIZER - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
APPLICATION - Enum constant in enum class com.dzidzi.dto.coupon.CouponType
 
ApplicationIntegrationApi - Interface in com.dzidzi.api
 
APPROVED - Enum constant in enum class com.dzidzi.dto.partner.PartnerRegistrationState
 
APPROVED - Enum constant in enum class com.dzidzi.dto.settlement.SettlementStatus
 
ASC - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOOrderBy
 
ASIAN_FOOD - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
assignedTo(EntityComposition) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
assignedToRestaurants(List<UUID>) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The restaurants to assign this coupon to, mostly used by restaurants with branches.
assignOrder(UUID) - Method in interface com.dzidzi.api.OrderApi
 
AuthenticationResponse - Class in com.dzidzi.dto
 
AuthenticationResponse() - Constructor for class com.dzidzi.dto.AuthenticationResponse
 
AuthenticationResponse(String, String, String) - Constructor for class com.dzidzi.dto.AuthenticationResponse
 
AuthenticationResponse.Builder - Class in com.dzidzi.dto
 
avatar(Image) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
avatar(Image) - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
avatar(Image) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
avatar(Image) - Method in class com.dzidzi.dto.user.User.Builder
 
avatar(MultipartFile) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The profile image of the courier
avatar(MultipartFile) - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
The new profile image of the courier
avatar(MultipartFile) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The profile image of the customer representative
avatar(MultipartFile) - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
The new profile image of the customer representative
avatar(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The profile image of the branch restaurant
avatar(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The profile image of the restaurant
avatar(MultipartFile) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new profile image of the restaurant
averageRating(float) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
averageRating(float) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
AWAITING_PICKUP - Enum constant in enum class com.dzidzi.dto.order.OrderStatus
 

B

backgroundImage(Image) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
backgroundImage(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The background image of the branch restaurant
backgroundImage(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The background image of the restaurant
backgroundImage(MultipartFile) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new background image of the restaurant
BEVERAGE - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
bio(String) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The branch restaurants bio
bio(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The restaurants bio
bio(String) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new restaurants bio
bio(String) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
branchName(String) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The name of the branch restaurant
BREAKFAST - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
build() - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
 
build() - Method in class com.dzidzi.dto.address.Address.Builder
 
build() - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
 
build() - Method in class com.dzidzi.dto.administration.AddAdministrationRequest.Builder
 
build() - Method in class com.dzidzi.dto.administration.Administration.Builder
 
build() - Method in class com.dzidzi.dto.AuthenticationResponse.Builder
 
build() - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
 
build() - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
 
build() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
 
build() - Method in class com.dzidzi.dto.courier.Courier.Builder
 
build() - Method in class com.dzidzi.dto.credential.AddNewUserRequest.Builder
 
build() - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest.Builder
 
build() - Method in class com.dzidzi.dto.credential.Credential.Builder
 
build() - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest.Builder
 
build() - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest.Builder
 
build() - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
build() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
 
build() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
 
build() - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
build() - Method in class com.dzidzi.dto.extra.AddExtraRequest.Builder
 
build() - Method in class com.dzidzi.dto.extra.ChangeExtraRequest.Builder
 
build() - Method in class com.dzidzi.dto.extra.Extra.Builder
 
build() - Method in class com.dzidzi.dto.history.History.Builder
 
build() - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
build() - Method in class com.dzidzi.dto.image.Image.Builder
 
build() - Method in class com.dzidzi.dto.JwtTokenBuilder.Builder
 
build() - Method in class com.dzidzi.dto.menu.AddMenuRequest.Builder
 
build() - Method in class com.dzidzi.dto.menu.ChangeMenuRequest.Builder
 
build() - Method in class com.dzidzi.dto.menu.Menu.Builder
 
build() - Method in class com.dzidzi.dto.merge.CreatorEntity.Builder
 
build() - Method in class com.dzidzi.dto.notification.Notification.Builder
 
build() - Method in class com.dzidzi.dto.order.AddOrderRequest.Builder
 
build() - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
 
build() - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
build() - Method in class com.dzidzi.dto.order.Order.Builder
 
build() - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
build() - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
build() - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
build() - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest.Builder
 
build() - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest.Builder
 
build() - Method in class com.dzidzi.dto.orderItem.OrderItem.Builder
 
build() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
 
build() - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest.Builder
 
build() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
build() - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
build() - Method in class com.dzidzi.dto.payment.Payment.Builder
 
build() - Method in class com.dzidzi.dto.RecentlyViewed.Builder
 
build() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
 
build() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
 
build() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
 
build() - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
build() - Method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest.Builder
 
build() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
build() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
build() - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
 
build() - Method in class com.dzidzi.dto.user.ChangeUserRequest.Builder
 
build() - Method in class com.dzidzi.dto.user.CreateUserRequest.Builder
 
build() - Method in class com.dzidzi.dto.user.FilterUserRequest.Builder
 
build() - Method in class com.dzidzi.dto.user.User.Builder
 
builder() - Static method in class com.dzidzi.dto.address.AddAddressRequest
 
builder() - Static method in class com.dzidzi.dto.address.Address
 
builder() - Static method in class com.dzidzi.dto.address.ChangeAddressRequest
 
builder() - Static method in class com.dzidzi.dto.administration.AddAdministrationRequest
 
builder() - Static method in class com.dzidzi.dto.administration.Administration
 
builder() - Static method in class com.dzidzi.dto.AuthenticationResponse
 
builder() - Static method in class com.dzidzi.dto.coupon.AddCouponRequest
 
builder() - Static method in class com.dzidzi.dto.courier.AddCourierRequest
 
builder() - Static method in class com.dzidzi.dto.courier.ChangeCourierRequest
 
builder() - Static method in class com.dzidzi.dto.courier.Courier
 
builder() - Static method in class com.dzidzi.dto.credential.AddNewUserRequest
 
builder() - Static method in class com.dzidzi.dto.credential.CreateNewPasswordRequest
 
builder() - Static method in class com.dzidzi.dto.credential.Credential
 
builder() - Static method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest
 
builder() - Static method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest
 
builder() - Static method in class com.dzidzi.dto.customerReview.CustomerReview
 
builder() - Static method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
 
builder() - Static method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
 
builder() - Static method in class com.dzidzi.dto.customerService.CustomerService
 
builder() - Static method in class com.dzidzi.dto.extra.AddExtraRequest
 
builder() - Static method in class com.dzidzi.dto.extra.ChangeExtraRequest
 
builder() - Static method in class com.dzidzi.dto.extra.Extra
 
builder() - Static method in class com.dzidzi.dto.history.History
 
builder() - Static method in class com.dzidzi.dto.history.HistoryRequest
 
builder() - Static method in class com.dzidzi.dto.image.Image
 
builder() - Static method in class com.dzidzi.dto.JwtTokenBuilder
 
builder() - Static method in class com.dzidzi.dto.menu.AddMenuRequest
 
builder() - Static method in class com.dzidzi.dto.menu.ChangeMenuRequest
 
builder() - Static method in class com.dzidzi.dto.menu.Menu
 
builder() - Static method in class com.dzidzi.dto.merge.CreatorEntity
 
builder() - Static method in class com.dzidzi.dto.notification.Notification
 
builder() - Static method in class com.dzidzi.dto.order.AddOrderRequest
 
builder() - Static method in class com.dzidzi.dto.order.ChangeOrderRequest
 
builder() - Static method in class com.dzidzi.dto.order.CourierOrder
 
builder() - Static method in class com.dzidzi.dto.order.Order
 
builder() - Static method in class com.dzidzi.dto.order.OrderPriceList
 
builder() - Static method in class com.dzidzi.dto.order.RestaurantOrder
 
builder() - Static method in class com.dzidzi.dto.order.UserOrder
 
builder() - Static method in class com.dzidzi.dto.orderItem.AddOrderItemRequest
 
builder() - Static method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
 
builder() - Static method in class com.dzidzi.dto.orderItem.OrderItem
 
builder() - Static method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
 
builder() - Static method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
builder() - Static method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
builder() - Static method in class com.dzidzi.dto.partner.PartnerRegistration
 
builder() - Static method in class com.dzidzi.dto.payment.Payment
 
builder() - Static method in class com.dzidzi.dto.RecentlyViewed
 
builder() - Static method in class com.dzidzi.dto.restaurant.AddBranchRequest
 
builder() - Static method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
 
builder() - Static method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
 
builder() - Static method in class com.dzidzi.dto.restaurant.Restaurant
 
builder() - Static method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest
 
builder() - Static method in class com.dzidzi.dto.serviceResponse.ServiceResponse
 
builder() - Static method in class com.dzidzi.dto.serviceTicket.ServiceTicket
 
builder() - Static method in class com.dzidzi.dto.user.AddUserRequest
 
builder() - Static method in class com.dzidzi.dto.user.ChangeUserRequest
 
builder() - Static method in class com.dzidzi.dto.user.CreateUserRequest
 
builder() - Static method in class com.dzidzi.dto.user.FilterUserRequest
 
builder() - Static method in class com.dzidzi.dto.user.User
 
bulkAddBranchJob(BulkAddRestaurantParameter) - Method in interface com.dzidzi.api.RestaurantApi
Adds/creates a bulk restaurant branch by the restaurant admin.
bulkAddExtra(ExtraJobRequest) - Method in interface com.dzidzi.api.ExtraApi
An async job is triggered to make bulk addition of extras
bulkAddMenuJob(MenuJobRequest) - Method in interface com.dzidzi.api.MenuApi
An async job is triggered to make bulk addition of menus
BURGER - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 

C

CAKE - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
CANCELED - Enum constant in enum class com.dzidzi.dto.payment.PaymentStatus
 
CANCELLED - Enum constant in enum class com.dzidzi.dto.order.OrderStatus
 
cancelOrder(UUID) - Method in interface com.dzidzi.api.OrderApi
Cancels an order by the given order id.
canEqual(Object) - Method in class com.dzidzi.dto.AuthenticationResponse
 
canEqual(Object) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.courier.FindCourierRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.customerService.FindServiceRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.extra.FindExtraRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.history.FindHistoryRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.JwtTokenBuilder
 
canEqual(Object) - Method in class com.dzidzi.dto.menu.FindMenuRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.notification.FindNotificationRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.order.FindOrderRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.order.FindUserOrderRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
 
canEqual(Object) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
canEqual(Object) - Method in class com.dzidzi.dto.user.FindUserRequest
 
category(MenuCategory) - Method in class com.dzidzi.dto.menu.AddMenuRequest.Builder
The menu category
category(MenuCategory) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
CATEGORY - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
CHANGE_ADMIN - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_COUPON - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_COURIER - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_EXTRA - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_MENU - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_RESPONSE - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_RESTAURANT - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_REVIEW - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_SERVICE - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
CHANGE_TICKET - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
ChangeAddressRequest - Class in com.dzidzi.dto.address
ChangeAddressRequest represents the DTO request containing the objects used to update an existing address.
ChangeAddressRequest() - Constructor for class com.dzidzi.dto.address.ChangeAddressRequest
 
ChangeAddressRequest(String, String, String, String, String, Integer, Boolean) - Constructor for class com.dzidzi.dto.address.ChangeAddressRequest
Creates a new ChangeAddressRequest instance.
ChangeAddressRequest.Builder - Class in com.dzidzi.dto.address
 
changeAvailability(boolean) - Method in interface com.dzidzi.api.CourierApi
Changes the couriers' availability.
ChangeCourierRequest - Class in com.dzidzi.dto.courier
ChangeCourierRequest represents the DTO request containing the objects used to update an existing courier.
ChangeCourierRequest() - Constructor for class com.dzidzi.dto.courier.ChangeCourierRequest
 
ChangeCourierRequest(String, ChangeAddressRequest, String, String, String, MultipartFile) - Constructor for class com.dzidzi.dto.courier.ChangeCourierRequest
Creates a new ChangeCourierRequest instance.
ChangeCourierRequest.Builder - Class in com.dzidzi.dto.courier
 
ChangeCustomerReviewRequest - Class in com.dzidzi.dto.customerReview
ChangeCustomerReviewRequest represents the DTO request containing the objects used to update an existing review.
ChangeCustomerReviewRequest() - Constructor for class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest
 
ChangeCustomerReviewRequest(UUID, Integer, String) - Constructor for class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest
Creates a new ChangeCustomerReviewRequest instance.
ChangeCustomerReviewRequest.Builder - Class in com.dzidzi.dto.customerReview
 
ChangeCustomerServiceRequest - Class in com.dzidzi.dto.customerService
ChangeCustomerServiceRequest represents the DTO request containing the objects used to update an existing customer service.
ChangeCustomerServiceRequest() - Constructor for class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
 
ChangeCustomerServiceRequest(String, ChangeAddressRequest, String, String, String, MultipartFile) - Constructor for class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
Creates a new ChangeCustomerServiceRequest instance.
ChangeCustomerServiceRequest.Builder - Class in com.dzidzi.dto.customerService
 
CHANGED_ORDER - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ChangeExtraRequest - Class in com.dzidzi.dto.extra
ChangeExtraRequest represents the DTO request containing the objects used to update an existing extra.
ChangeExtraRequest() - Constructor for class com.dzidzi.dto.extra.ChangeExtraRequest
 
ChangeExtraRequest(UUID, String, BigDecimal, Set<UUID>, MultipartFile) - Constructor for class com.dzidzi.dto.extra.ChangeExtraRequest
Creates a new ChangeExtraRequest instance.
ChangeExtraRequest.Builder - Class in com.dzidzi.dto.extra
 
changeFrom(String) - Method in class com.dzidzi.dto.history.History.Builder
 
changeFrom(String) - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
ChangeMenuRequest - Class in com.dzidzi.dto.menu
ChangeMenuRequest represents the DTO request containing the objects used to update an existing menu.
ChangeMenuRequest() - Constructor for class com.dzidzi.dto.menu.ChangeMenuRequest
 
ChangeMenuRequest(UUID, String, String, BigDecimal, MultipartFile) - Constructor for class com.dzidzi.dto.menu.ChangeMenuRequest
Creates a new ChangeMenuRequest instance.
ChangeMenuRequest.Builder - Class in com.dzidzi.dto.menu
 
changeOrder(ChangeOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Changes an existing order.
ChangeOrderItemRequest - Class in com.dzidzi.dto.orderItem
ChangeOrderItemRequest represents the DTO request containing the objects used to update an existing order item.
ChangeOrderItemRequest() - Constructor for class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
 
ChangeOrderItemRequest(UUID, int, UUID, UUID) - Constructor for class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
Creates a new ChangeOrderItemRequest instance.
ChangeOrderItemRequest.Builder - Class in com.dzidzi.dto.orderItem
 
ChangeOrderRequest - Class in com.dzidzi.dto.order
ChangeOrderRequest represents the DTO request containing the objects used to change an order.
ChangeOrderRequest.Builder - Class in com.dzidzi.dto.order
 
changeOrderStatusByCourier(OrderStatus, UUID) - Method in interface com.dzidzi.api.OrderApi
changeOrderStatusByRestaurant(OrderStatus, UUID) - Method in interface com.dzidzi.api.OrderApi
changePassword(String, String) - Method in interface com.dzidzi.api.AdministrationApi
Changes the existing password to the provided new password.
ChangePasswordRequest - Class in com.dzidzi.dto.credential
ChangePasswordRequest represents the DTO request containing the objects used to update an existing user password or username.
ChangePasswordRequest() - Constructor for class com.dzidzi.dto.credential.ChangePasswordRequest
 
ChangeRestaurantRequest - Class in com.dzidzi.dto.restaurant
ChangeRestaurantRequest represents the DTO request containing the objects used to update an existing restaurant.
ChangeRestaurantRequest() - Constructor for class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
 
ChangeRestaurantRequest(ChangeAddressRequest, String, String, String, MultipartFile, MultipartFile, String, String, String, String) - Constructor for class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
Creates a new ChangeRestaurantRequest instance.
ChangeRestaurantRequest.Builder - Class in com.dzidzi.dto.restaurant
 
changeState(UUID, PartnerRegistrationState) - Method in interface com.dzidzi.api.PartnerRegistrationApi
Changes the state of the partner request.
changeStatusByCourier(OrderStatus, UUID) - Method in interface com.dzidzi.api.OrderApi
Changes the order status by the courier.
changeStatusByRestaurant(OrderStatus, UUID) - Method in interface com.dzidzi.api.OrderApi
Changes the order status by the restaurant.
changeTicketStatus(TicketStatus, UUID) - Method in interface com.dzidzi.api.ServiceTicketApi
Changes the ticket status by the given ticket id.
changeUserPassword(String, String, String, UUID) - Method in interface com.dzidzi.api.CredentialApi
Changes the existing password of the user.
ChangeUserRequest - Class in com.dzidzi.dto.user
ChangeUserRequest represents the DTO request containing the objects used to update an existing user.
ChangeUserRequest() - Constructor for class com.dzidzi.dto.user.ChangeUserRequest
 
ChangeUserRequest(String, ChangeAddressRequest, String, String, String) - Constructor for class com.dzidzi.dto.user.ChangeUserRequest
Creates a new ChangeUserRequest instance.
ChangeUserRequest.Builder - Class in com.dzidzi.dto.user
 
checkIfCouponIsActive(String) - Method in interface com.dzidzi.api.CouponApi
 
checksum(String) - Method in class com.dzidzi.dto.image.Image.Builder
 
CHICKEN_WING - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
CHINESE_FOOD - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
city(String) - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
The city name
city(String) - Method in class com.dzidzi.dto.address.Address.Builder
 
city(String) - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
The city name
CLOSED - Enum constant in enum class com.dzidzi.dto.serviceTicket.TicketStatus
 
codeExpiration(long) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
com.dzidzi.api - package com.dzidzi.api
 
com.dzidzi.dto - package com.dzidzi.dto
 
com.dzidzi.dto.address - package com.dzidzi.dto.address
 
com.dzidzi.dto.administration - package com.dzidzi.dto.administration
 
com.dzidzi.dto.coupon - package com.dzidzi.dto.coupon
 
com.dzidzi.dto.courier - package com.dzidzi.dto.courier
 
com.dzidzi.dto.credential - package com.dzidzi.dto.credential
 
com.dzidzi.dto.customerReview - package com.dzidzi.dto.customerReview
 
com.dzidzi.dto.customerService - package com.dzidzi.dto.customerService
 
com.dzidzi.dto.extra - package com.dzidzi.dto.extra
 
com.dzidzi.dto.history - package com.dzidzi.dto.history
 
com.dzidzi.dto.image - package com.dzidzi.dto.image
 
com.dzidzi.dto.menu - package com.dzidzi.dto.menu
 
com.dzidzi.dto.merge - package com.dzidzi.dto.merge
 
com.dzidzi.dto.notification - package com.dzidzi.dto.notification
 
com.dzidzi.dto.order - package com.dzidzi.dto.order
 
com.dzidzi.dto.orderItem - package com.dzidzi.dto.orderItem
 
com.dzidzi.dto.pagination - package com.dzidzi.dto.pagination
 
com.dzidzi.dto.partner - package com.dzidzi.dto.partner
 
com.dzidzi.dto.payment - package com.dzidzi.dto.payment
 
com.dzidzi.dto.restaurant - package com.dzidzi.dto.restaurant
 
com.dzidzi.dto.serviceResponse - package com.dzidzi.dto.serviceResponse
 
com.dzidzi.dto.serviceTicket - package com.dzidzi.dto.serviceTicket
 
com.dzidzi.dto.settlement - package com.dzidzi.dto.settlement
 
com.dzidzi.dto.user - package com.dzidzi.dto.user
 
comment(String) - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest.Builder
The comment you'd like to add
comment(String) - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest.Builder
The new comment you'd like to add
comment(String) - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
COMPLETED - Enum constant in enum class com.dzidzi.dto.serviceTicket.TicketStatus
 
ConfigUpdateRequest - Record Class in com.dzidzi.dto
 
ConfigUpdateRequest(String, String) - Constructor for record class com.dzidzi.dto.ConfigUpdateRequest
Creates an instance of a ConfigUpdateRequest record class.
contact(String) - Method in class com.dzidzi.dto.administration.Administration.Builder
 
contact(String) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The contact of the courier
contact(String) - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
The new contact of the courier
contact(String) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
contact(String) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The contact of the customer service rep
contact(String) - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
The address of the courier
contact(String) - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
contact(String) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
contact(String) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The contact of the branch restaurant
contact(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The contact of the restaurant
contact(String) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new contact of the restaurant
contact(String) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
contact(String) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The contact of the user
contact(String) - Method in class com.dzidzi.dto.user.ChangeUserRequest.Builder
The new contact of the user
contact(String) - Method in class com.dzidzi.dto.user.User.Builder
 
contact1(String) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The second contact of the branch restaurant if needed
contact1(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The second contact of the restaurant if needed
contact1(String) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new second contact of the restaurant if needed
contact1(String) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
contactMode(PreferredContactMode) - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest.Builder
 
contactMode(PreferredContactMode) - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
coupon(CouponEntityApi) - Method in class com.dzidzi.dto.order.Order.Builder
 
coupon(CouponEntityApi) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
Coupon - Class in com.dzidzi.dto.coupon
Represents a coupon of the api.
Coupon(UUID, String, double, BigDecimal, String, String, Date, Date, long, boolean, CreatorEntity, long, CreatorEntity, CouponType, List<UUID>) - Constructor for class com.dzidzi.dto.coupon.Coupon
 
couponAmount(BigDecimal) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The coupon amount
CouponApi - Interface in com.dzidzi.api
CouponApi contains all the api operations for handling Coupon of DzidziApp.
couponCode(String) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The coupon code.
CouponEntityApi - Class in com.dzidzi.dto.coupon
 
CouponEntityApi(UUID, String, double, BigDecimal) - Constructor for class com.dzidzi.dto.coupon.CouponEntityApi
 
couponName(String) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The coupon name
couponNumber(String) - Method in class com.dzidzi.dto.order.AddOrderRequest.Builder
The coupon number
CouponType - Enum Class in com.dzidzi.dto.coupon
 
courier(EntityComposition) - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
courier(EntityComposition) - Method in class com.dzidzi.dto.order.Order.Builder
 
courier(EntityComposition) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
courier(EntityComposition) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
courier(EntityComposition) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
courier(EntityComposition) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
courier(UUID) - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest.Builder
The id of the courier that the user wants to review
Courier - Class in com.dzidzi.dto.courier
Represents a courier of the Api.
Courier(UUID, String, String, String, AddressEntityApi, CourierStatus, float, CredentialEntityApi, Image) - Constructor for class com.dzidzi.dto.courier.Courier
 
COURIER - Enum constant in enum class com.dzidzi.dto.partner.PartnerType
 
COURIER - Enum constant in enum class com.dzidzi.dto.user.UserRole
 
COURIER_ONLY_NOTIFICATION - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
Courier.Builder - Class in com.dzidzi.dto.courier
 
CourierApi - Interface in com.dzidzi.api
CourierApi contains all the api operations handling Courier in the DzidziApp.
CourierOrder - Class in com.dzidzi.dto.order
 
CourierOrder(UUID, EntityComposition, RestaurantEntityApi, AddressEntityApi, String, OrderStatus, CourierSettlementEntityDto, long, String, List<Item>) - Constructor for class com.dzidzi.dto.order.CourierOrder
 
CourierOrder.Builder - Class in com.dzidzi.dto.order
 
courierSettlement(CourierSettlementEntityDto) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
CourierSettlement - Class in com.dzidzi.dto.settlement
 
CourierSettlement(UUID, BigDecimal, BigDecimal, BigDecimal, boolean, BigDecimal, long, long, SettlementStatus, EntityComposition, OrderEntityApi) - Constructor for class com.dzidzi.dto.settlement.CourierSettlement
 
CourierSettlementApi - Interface in com.dzidzi.api
 
CourierSettlementEntityDto - Class in com.dzidzi.dto.settlement
 
CourierSettlementEntityDto(UUID, BigDecimal, BigDecimal, BigDecimal, SettlementStatus, EntityComposition) - Constructor for class com.dzidzi.dto.settlement.CourierSettlementEntityDto
 
CourierStatus - Enum Class in com.dzidzi.dto.courier
The courier statuses in the dzidziApp.
courierTopUp(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
createAddress(AddAddressRequest) - Method in interface com.dzidzi.api.AddressApi
It adds a new address.
createCourier(AddCourierRequest, String) - Method in interface com.dzidzi.api.CourierApi
Adds/creates a new courier.
createCustomerRep(AddCustomerServiceRequest, String) - Method in interface com.dzidzi.api.CustomerServiceApi
Adds/creates a new customer service rep.
CREATED_BY - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
createdBy(UUID) - Method in class com.dzidzi.dto.image.Image.Builder
 
createdOn(long) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
createdOn(long) - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
createdOn(long) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
createdOn(long) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
createExtra(AddExtraRequest) - Method in interface com.dzidzi.api.ExtraApi
Adds/create a new extra by the logged in restaurant user.
createHistory(HistoryRequest) - Method in interface com.dzidzi.api.HistoryApi
It adds a new history.
createMenu(AddMenuRequest) - Method in interface com.dzidzi.api.MenuApi
Adds/create a new menu by the logged in restaurant user.
CreateNewPasswordRequest - Class in com.dzidzi.dto.credential
CreateNewPasswordRequest represents the DTO request containing the objects used to complete an account with SERVICE, COURIER, RESTAURANT_ADMIN and ADMIN.
CreateNewPasswordRequest.Builder - Class in com.dzidzi.dto.credential
 
createOrder(AddOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Deprecated.
createOrderItem(AddOrderItemRequest) - Method in interface com.dzidzi.api.OrderItemApi
Adds/create a new order item.
createPaymentCheckoutSession(UUID) - Method in interface com.dzidzi.api.PaymentApi
Creates a payment checkout session for the user to make a payment for an order.
createResponse(AddServiceResponseRequest) - Method in interface com.dzidzi.api.ServiceResponseApi
Adds/create a new response by the logged in customer service user.
createRestaurant(AddRestaurantRequest, String) - Method in interface com.dzidzi.api.RestaurantApi
Adds/creates a new restaurant.
createReview(AddCustomerReviewRequest) - Method in interface com.dzidzi.api.CustomerReviewApi
Adds/creates a new review.
createTicket(String) - Method in interface com.dzidzi.api.ServiceTicketApi
Adds/creates a new ticket.
createTipPaymentCheckoutSession(UUID, BigDecimal) - Method in interface com.dzidzi.api.PaymentApi
Creates a payment checkout session for the user to make a payment for a tip on an order.
createUserAccount(AddUserRequest) - Method in interface com.dzidzi.api.UserApi
Adds/creates a new user.
CreateUserRequest - Class in com.dzidzi.dto.user
CreateUserRequest represents the DTO request containing the objects used to create account with USER.
CreateUserRequest.Builder - Class in com.dzidzi.dto.user
 
CreatorEntity - Class in com.dzidzi.dto.merge
 
CreatorEntity(UUID, UserRole) - Constructor for class com.dzidzi.dto.merge.CreatorEntity
 
CreatorEntity.Builder - Class in com.dzidzi.dto.merge
 
credential(CredentialEntityApi) - Method in class com.dzidzi.dto.administration.Administration.Builder
 
credential(CredentialEntityApi) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
credential(CredentialEntityApi) - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
credential(CredentialEntityApi) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
credential(CredentialEntityApi) - Method in class com.dzidzi.dto.user.User.Builder
 
Credential - Class in com.dzidzi.dto.credential
Represents a credential of the Api.
Credential(UUID, String, String, boolean, boolean, String, String, UserRole, long, long, long, Provider, long, UUID, String, String) - Constructor for class com.dzidzi.dto.credential.Credential
 
Credential.Builder - Class in com.dzidzi.dto.credential
 
CredentialApi - Interface in com.dzidzi.api
CredentialApi contains all the api operations for handling Credential of the DzidziApp.
CredentialEntityApi - Class in com.dzidzi.dto.credential
 
CredentialEntityApi(UUID, String, String, boolean, boolean, String) - Constructor for class com.dzidzi.dto.credential.CredentialEntityApi
 
csrfToken(String) - Method in class com.dzidzi.dto.JwtTokenBuilder.Builder
 
currentUserId() - Method in record class com.dzidzi.dto.user.ActiveUser
Returns the value of the currentUserId record component.
currentUserRole() - Method in record class com.dzidzi.dto.user.ActiveUser
Returns the value of the currentUserRole record component.
CustomerReview - Class in com.dzidzi.dto.customerReview
Represent a customer review of the Api.
CustomerReview(UUID, int, RestaurantEntityApi, EntityComposition, EntityComposition, String, long) - Constructor for class com.dzidzi.dto.customerReview.CustomerReview
 
CustomerReview.Builder - Class in com.dzidzi.dto.customerReview
 
CustomerReviewApi - Interface in com.dzidzi.api
CustomerReviewApi contains all the api operations for handling CustomerReview of DzidziApp
CustomerReviewEntityApi - Class in com.dzidzi.dto.customerReview
 
CustomerReviewEntityApi(UUID, int) - Constructor for class com.dzidzi.dto.customerReview.CustomerReviewEntityApi
 
customerService(EntityComposition) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
CustomerService - Class in com.dzidzi.dto.customerService
Represents a customer service of the Api.
CustomerService(UUID, String, String, String, CredentialEntityApi, AddressEntityApi, Image) - Constructor for class com.dzidzi.dto.customerService.CustomerService
 
CustomerService.Builder - Class in com.dzidzi.dto.customerService
 
CustomerServiceApi - Interface in com.dzidzi.api
CustomerServiceApi contains all the api operations handling CustomerService in the DzidziApp.

D

date(String) - Method in class com.dzidzi.dto.history.History.Builder
 
DATE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
DAY - Enum constant in enum class com.dzidzi.dto.settlement.SettlementGroup
 
deactivateAccount() - Method in interface com.dzidzi.api.UserApi
Deactivates logged-in user account
deactivateAccount(UUID) - Method in interface com.dzidzi.api.CustomerServiceApi
Deactivates the customer service account by the given service id.
deactivateAccount(UUID) - Method in interface com.dzidzi.api.RestaurantApi
Deactivates the restaurant account by the given id.
deactivateAccountByAdmin(UUID) - Method in interface com.dzidzi.api.CourierApi
Deactivates courier account by the given courier id
deactivateUserAccount(UUID) - Method in interface com.dzidzi.api.CredentialApi
Deactivates account by admin if user is a courier, admin, restaurant, user and service.
deactivateUserAccountByAdmin(String, UserRole) - Method in interface com.dzidzi.api.CredentialApi
Deactivates account by admin.
DEACTIVATING_ACCOUNT - Enum constant in enum class com.dzidzi.dto.history.HistoryType
 
deleteAddress(UUID) - Method in interface com.dzidzi.api.AddressApi
It deletes an address.
deleteCoupon(UUID) - Method in interface com.dzidzi.api.CouponApi
Deletes a coupon by the given id
deleteExtra(UUID) - Method in interface com.dzidzi.api.ExtraApi
Removes an extra by extra id and logged in restaurant.
deleteHistory(UUID) - Method in interface com.dzidzi.api.HistoryApi
It deletes a history.
deleteItem(UUID) - Method in interface com.dzidzi.api.OrderItemApi
Deletes an order item by id.
deleteMenu(UUID) - Method in interface com.dzidzi.api.MenuApi
Removes an extra by extra id and logged in restaurant.
deleteReview(UUID) - Method in interface com.dzidzi.api.CustomerReviewApi
Deletes a review by id.
deleteTicket(UUID) - Method in interface com.dzidzi.api.ServiceTicketApi
It deletes a ticket by the given id.
DELIVERED - Enum constant in enum class com.dzidzi.dto.order.OrderStatus
 
deliveryAddress(AddressEntityApi) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
deliveryAddress(AddressEntityApi) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
deliveryDate(long) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
deliveryDate(long) - Method in class com.dzidzi.dto.order.Order.Builder
 
deliveryDate(long) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
deliveryDate(long) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
deliveryFee(BigDecimal) - Method in class com.dzidzi.dto.order.Order.Builder
 
deliveryFee(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
deliveryFee(BigDecimal) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
deliveryFeeVat(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
DESC - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOOrderBy
 
description(String) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The description of the coupon
description(String) - Method in class com.dzidzi.dto.menu.AddMenuRequest.Builder
The description of the menu
description(String) - Method in class com.dzidzi.dto.menu.ChangeMenuRequest.Builder
The new description of the menu
description(String) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
DESSERT - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
details(String) - Method in class com.dzidzi.dto.history.History.Builder
 
details(String) - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
details(String) - Method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest.Builder
The response message for the ticket
details(String) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
details(String) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
disableExtraVisibility(UUID) - Method in interface com.dzidzi.api.ExtraApi
An extra is disabled to be invisible to users.
disableExtraVisibilityJob(List<UUID>) - Method in interface com.dzidzi.api.ExtraApi
An async job that disabled the visibility of bulk extras to users.
disableMenusVisibilityJob(List<UUID>) - Method in interface com.dzidzi.api.MenuApi
An async job that disabled the visibility of bulk menus to users.
disableMenuVisibility(UUID) - Method in interface com.dzidzi.api.MenuApi
A menu is disabled to be invisible to users.
disableRestaurantsVisibilityJob(List<UUID>, boolean) - Method in interface com.dzidzi.api.RestaurantApi
An async job triggered by the restaurant admin to disable the visibility of branch restaurants.
discount(BigDecimal) - Method in class com.dzidzi.dto.order.Order.Builder
 
discount(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
discount(BigDecimal) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
DzidziConfigApi - Interface in com.dzidzi.api
 
DzidziCsrfToken - Record Class in com.dzidzi.dto
 
DzidziCsrfToken(String, String) - Constructor for record class com.dzidzi.dto.DzidziCsrfToken
Creates an instance of a DzidziCsrfToken record class.
DzidziPaginationDTO<T> - Class in com.dzidzi.dto.pagination
DzidziPaginationDTO is used to divide a large list of dataset into smaller pages.
DzidziPaginationDTO.Builder<T> - Class in com.dzidzi.dto.pagination
 

E

EDIT_ORDER - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
EDIT_PROFILE - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
editAddressRequest(ChangeAddressRequest) - Method in interface com.dzidzi.api.AddressApi
It changes a field of an existing address.
editCourier(ChangeCourierRequest) - Method in interface com.dzidzi.api.CourierApi
Changes a field/all fields of an existing courier.
editCustomerRep(ChangeCustomerServiceRequest) - Method in interface com.dzidzi.api.CustomerServiceApi
Changes the fields/all fields of an existing customer service rep.
editExtra(ChangeExtraRequest) - Method in interface com.dzidzi.api.ExtraApi
Changes a field/all fields of an existing extra.
editMenu(ChangeMenuRequest) - Method in interface com.dzidzi.api.MenuApi
Changes a field/all fields of an existing extra.
editOrderItem(ChangeOrderItemRequest) - Method in interface com.dzidzi.api.OrderItemApi
Changes an existing order item.
editRestaurant(ChangeRestaurantRequest) - Method in interface com.dzidzi.api.RestaurantApi
Changes a field/all fields of an existing restaurant.
editReview(ChangeCustomerReviewRequest) - Method in interface com.dzidzi.api.CustomerReviewApi
Changes a field/all fields of an existing review.
editUserParameters(ChangeUserRequest) - Method in interface com.dzidzi.api.UserApi
Changes the fields/all fields of an existing user.
email(String) - Method in class com.dzidzi.dto.credential.AddNewUserRequest.Builder
The first name of the courier
email(String) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
email(String) - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest.Builder
 
email(String) - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
email(String) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
email(String) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The email of the branch.
email(String) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The user email.
email(String) - Method in class com.dzidzi.dto.user.CreateUserRequest.Builder
The email of the account
email(String) - Method in class com.dzidzi.dto.user.FilterUserRequest.Builder
The email to filter users on
EMAIL - Enum constant in enum class com.dzidzi.dto.partner.PreferredContactMode
 
emailExists(String) - Method in interface com.dzidzi.api.UserApi
Checks if the given email already exists for a user with user role.
enabled(boolean) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
enableExtraVisibility(UUID) - Method in interface com.dzidzi.api.ExtraApi
An extra is enabled to be visible by users.
enableExtraVisibilityJob(List<UUID>) - Method in interface com.dzidzi.api.ExtraApi
An async job that enables the visibility of bulk extras to users.
enableMenusVisibilityJob(List<UUID>) - Method in interface com.dzidzi.api.MenuApi
An async job that enables the visibility of bulk extras to users.
enableMenuVisibility(UUID) - Method in interface com.dzidzi.api.MenuApi
An menu is enabled to be visible by users.
enableRestaurantsVisibilityJob(List<UUID>, boolean) - Method in interface com.dzidzi.api.RestaurantApi
An async job triggered by the restaurant admin to enable the visibility of branch restaurants.
enableVisibility(UUID) - Method in interface com.dzidzi.api.RestaurantApi
Enables the visibility of restaurant to users.
END_DATE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
endDate(Date) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The end date of the coupon
EntityComposition - Class in com.dzidzi.dto.merge
Represents a composition of all the entities of the Api.
EntityComposition(UUID, String, String, String) - Constructor for class com.dzidzi.dto.merge.EntityComposition
 
EntityId - Class in com.dzidzi.dto.merge
 
EntityId(UUID) - Constructor for class com.dzidzi.dto.merge.EntityId
 
equals(Object) - Method in record class com.dzidzi.dto.ApiTokenResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.dzidzi.dto.AuthenticationResponse
 
equals(Object) - Method in record class com.dzidzi.dto.ConfigUpdateRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
 
equals(Object) - Method in class com.dzidzi.dto.courier.FindCourierRequest
 
equals(Object) - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
 
equals(Object) - Method in class com.dzidzi.dto.customerService.FindServiceRequest
 
equals(Object) - Method in record class com.dzidzi.dto.DzidziCsrfToken
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.dzidzi.dto.extra.FindExtraRequest
 
equals(Object) - Method in class com.dzidzi.dto.history.FindHistoryRequest
 
equals(Object) - Method in class com.dzidzi.dto.JwtTokenBuilder
 
equals(Object) - Method in class com.dzidzi.dto.menu.FindMenuRequest
 
equals(Object) - Method in class com.dzidzi.dto.notification.FindNotificationRequest
 
equals(Object) - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
 
equals(Object) - Method in class com.dzidzi.dto.order.FindOrderRequest
 
equals(Object) - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
 
equals(Object) - Method in class com.dzidzi.dto.order.FindUserOrderRequest
 
equals(Object) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
 
equals(Object) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
equals(Object) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
 
equals(Object) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
 
equals(Object) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
 
equals(Object) - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
equals(Object) - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
equals(Object) - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
equals(Object) - Method in record class com.dzidzi.dto.user.ActiveUser
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.dzidzi.dto.user.FindUserRequest
 
extra(MenuExtraComposition) - Method in class com.dzidzi.dto.orderItem.OrderItem.Builder
 
extra(UUID) - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest.Builder
The extra id
extra(UUID) - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest.Builder
The new extra id
Extra - Class in com.dzidzi.dto.extra
Represents an extra of the Api.
Extra(UUID, String, BigDecimal, RestaurantEntityApi, Image, boolean) - Constructor for class com.dzidzi.dto.extra.Extra
 
Extra.Builder - Class in com.dzidzi.dto.extra
 
ExtraApi - Interface in com.dzidzi.api
ExtraApi contains all the api operations handling Extra in the DzidziApp.
extras(List<MenuExtraComposition>) - Method in class com.dzidzi.dto.RecentlyViewed.Builder
The recently viewed extra ids.

F

FAILED - Enum constant in enum class com.dzidzi.dto.payment.PaymentStatus
 
fcmToken(String) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
fileId(UUID) - Method in class com.dzidzi.dto.image.Image.Builder
 
filename(String) - Method in class com.dzidzi.dto.image.Image.Builder
 
fileSize(long) - Method in class com.dzidzi.dto.image.Image.Builder
 
FilterUserRequest - Class in com.dzidzi.dto.user
FilterUserRequest represents the DTO request containing the objects used to filter users'.
FilterUserRequest.Builder - Class in com.dzidzi.dto.user
 
findAddressById(UUID) - Method in interface com.dzidzi.api.AddressApi
It finds address by the given id.
findAddressByStreet(String) - Method in interface com.dzidzi.api.AddressApi
It finds the list of addresses by the street name.
findAdminById(UUID) - Method in interface com.dzidzi.api.AdministrationApi
Finds an admin by id.
findAll() - Method in interface com.dzidzi.api.AddressApi
It finds all the addresses and sort them by the street name in asc.
findAllUsersCredentials() - Method in interface com.dzidzi.api.CredentialApi
Finds the list of credentials and sort them by username in asc.
findByOrderId(UUID) - Method in interface com.dzidzi.api.OrderItemApi
Finds the list of all items by order id.
findChildrenRestaurants(UUID) - Method in interface com.dzidzi.api.RestaurantApi
Finds all the branch restaurants of the given parent restaurant id.
findCouponByCouponNumber(String) - Method in interface com.dzidzi.api.CouponApi
Finds coupon by the coupon number
FindCouponRequest - Class in com.dzidzi.dto.coupon
FindCouponRequest represents the DTO request containing the objects used to filter coupons.
FindCouponRequest() - Constructor for class com.dzidzi.dto.coupon.FindCouponRequest
 
findCoupons(FindCouponRequest) - Method in interface com.dzidzi.api.CouponApi
 
findCourierByAvailability() - Method in interface com.dzidzi.api.CourierApi
Finds the list of courier by CourierStatus.ONLINE.
findCourierById(UUID) - Method in interface com.dzidzi.api.CourierApi
Finds a courier by the given id.
findCourierOrderById(UUID) - Method in interface com.dzidzi.api.OrderApi
Finds an order by given id.
findCourierOrderByIdForNotification(UUID) - Method in interface com.dzidzi.api.OrderApi
Finds an order by given id.
FindCourierOrderRequest - Class in com.dzidzi.dto.order
FindCourierOrderRequest represents the DTO request containing the objects used to filter courier orders.
FindCourierOrderRequest() - Constructor for class com.dzidzi.dto.order.FindCourierOrderRequest
 
findCourierOrders(FindCourierOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Find orders by the given request params.
FindCourierRequest - Class in com.dzidzi.dto.courier
FindCourierRequest represents the DTO request containing the objects used to filter couriers.
FindCourierRequest() - Constructor for class com.dzidzi.dto.courier.FindCourierRequest
 
findCouriers(FindCourierRequest) - Method in interface com.dzidzi.api.CourierApi
The paged results of the provided request.
FindCourierSettlementRequest - Class in com.dzidzi.dto.settlement
FindRestaurantSettlementRequest represents the DTO request containing the objects used to filter courier settlement.
FindCourierSettlementRequest() - Constructor for class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
findCourierVerificationCode(String) - Method in interface com.dzidzi.api.CourierApi
Finds the courier by verification code.
findCredentialsByCredentialIds(List<UUID>) - Method in interface com.dzidzi.api.CredentialApi
Finds a list of credentials by the given credential ids
findExtraById(UUID) - Method in interface com.dzidzi.api.ExtraApi
Finds an extra by id.
FindExtraRequest - Class in com.dzidzi.dto.extra
FindExtrasRequest represents the DTO request containing the objects used to filter extras.
FindExtraRequest() - Constructor for class com.dzidzi.dto.extra.FindExtraRequest
 
findExtras(FindExtraRequest) - Method in interface com.dzidzi.api.ExtraApi
The paged results of the provided request.
findHistories(FindHistoryRequest) - Method in interface com.dzidzi.api.HistoryApi
Gets a paginated history.
findHistoryById(UUID) - Method in interface com.dzidzi.api.HistoryApi
It finds history by the given id.
FindHistoryRequest - Class in com.dzidzi.dto.history
 
FindHistoryRequest() - Constructor for class com.dzidzi.dto.history.FindHistoryRequest
 
findMenuById(UUID) - Method in interface com.dzidzi.api.MenuApi
Finds a menu by id.
FindMenuRequest - Class in com.dzidzi.dto.menu
FilterMenuRequest represents the DTO request containing the objects used to filter menus'.
FindMenuRequest() - Constructor for class com.dzidzi.dto.menu.FindMenuRequest
 
findMenus(FindMenuRequest) - Method in interface com.dzidzi.api.MenuApi
The paged results of the provided request.
FindNotificationRequest - Class in com.dzidzi.dto.notification
FindNotificationRequest represents the DTO request containing the objects used to filter notifications.
FindNotificationRequest() - Constructor for class com.dzidzi.dto.notification.FindNotificationRequest
 
findOrderById(UUID) - Method in interface com.dzidzi.api.OrderApi
Finds an order by given id
findOrderItemById(UUID) - Method in interface com.dzidzi.api.OrderItemApi
Finds an order item by id
findOrderItems() - Method in interface com.dzidzi.api.OrderItemApi
Finds the list of all order items.
findOrderItemsByItemIds(List<UUID>) - Method in interface com.dzidzi.api.OrderItemApi
Finds a list of order items by given order item ids.
FindOrderRequest - Class in com.dzidzi.dto.order
FindOrdersRequest represents the DTO request containing the objects used to filter orders.
FindOrderRequest() - Constructor for class com.dzidzi.dto.order.FindOrderRequest
 
findOrders(FindOrderRequest) - Method in interface com.dzidzi.api.OrderApi
findPaginatedNotifications(FindNotificationRequest) - Method in interface com.dzidzi.api.NotificationApi
The paged results of the provided request.
findPaginatedSettlements(FindCourierSettlementRequest) - Method in interface com.dzidzi.api.CourierSettlementApi
 
findPaginatedSettlements(FindPlatformSettlementRequest) - Method in interface com.dzidzi.api.PlatformSettlementApi
 
findPaginatedSettlements(FindRestaurantSettlementRequest) - Method in interface com.dzidzi.api.RestaurantSettlementApi
 
FindPartnerRegistrationRequest - Class in com.dzidzi.dto.partner
FindPartnerRegistrationRequest represents the DTO request containing the objects used to filter partner registrations.
FindPartnerRegistrationRequest() - Constructor for class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
findPartnerRegistrations(FindPartnerRegistrationRequest) - Method in interface com.dzidzi.api.PartnerRegistrationApi
Finds the paginated partner registrations based on the parameters.
findPaymentsByStatus(PaymentStatus) - Method in interface com.dzidzi.api.PaymentApi
Finds payments by PaymentStatus.
findPlatformOrderById(UUID) - Method in interface com.dzidzi.api.OrderApi
Finds an order by given id.
findPlatformOrders(FindOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Find orders by the given request params.
FindPlatformSettlementRequest - Class in com.dzidzi.dto.settlement
FindPlatformSettlementRequest represents the DTO request containing the objects used to filter platform settlement.
FindPlatformSettlementRequest() - Constructor for class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
FindResponseRequest - Class in com.dzidzi.dto.serviceResponse
FindResponseRequest represents the DTO request containing the objects used to filter service responses'.
FindResponseRequest() - Constructor for class com.dzidzi.dto.serviceResponse.FindResponseRequest
 
findRestaurantByCredentialId(UUID) - Method in interface com.dzidzi.api.RestaurantApi
Finds a restaurant by credential id.
findRestaurantByEmail(String) - Method in interface com.dzidzi.api.RestaurantApi
Finds a restaurant by email.
findRestaurantById(UUID) - Method in interface com.dzidzi.api.RestaurantApi
Finds a restaurant by id.
findRestaurantByIdWithoutError(UUID) - Method in interface com.dzidzi.api.RestaurantApi
Finds a restaurant by restaurant id without error.
findRestaurantOrderById(UUID) - Method in interface com.dzidzi.api.OrderApi
Finds an order by given id.
findRestaurantOrderByIdForNotification(UUID) - Method in interface com.dzidzi.api.OrderApi
Finds an order by given id.
FindRestaurantOrderRequest - Class in com.dzidzi.dto.order
FindRestaurantOrderRequest represents the DTO request containing the objects used to filter restaurant orders.
FindRestaurantOrderRequest() - Constructor for class com.dzidzi.dto.order.FindRestaurantOrderRequest
 
findRestaurantOrders(FindRestaurantOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Find orders by the given request params.
FindRestaurantRequest - Class in com.dzidzi.dto.restaurant
FindRestaurantRequest represents the DTO request containing the objects used to filter restaurant.
FindRestaurantRequest() - Constructor for class com.dzidzi.dto.restaurant.FindRestaurantRequest
 
findRestaurants(FindRestaurantRequest) - Method in interface com.dzidzi.api.RestaurantApi
The paged results of the provided request.
FindRestaurantSettlementRequest - Class in com.dzidzi.dto.settlement
FindRestaurantSettlementRequest represents the DTO request containing the objects used to filter restaurant settlement.
FindRestaurantSettlementRequest() - Constructor for class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
findReviewById(UUID) - Method in interface com.dzidzi.api.CustomerReviewApi
Finds the customer review by id.
FindReviewRequest - Class in com.dzidzi.dto.customerReview
FindReviewRequest represents the DTO request containing the objects used to filter customer reviews'.
FindReviewRequest() - Constructor for class com.dzidzi.dto.customerReview.FindReviewRequest
 
findReviews(FindReviewRequest) - Method in interface com.dzidzi.api.CustomerReviewApi
Finds the paginated reviews based on the request.
findServiceById(UUID) - Method in interface com.dzidzi.api.CustomerServiceApi
Finds the customer service rep by id.
FindServiceRequest - Class in com.dzidzi.dto.customerService
FindServiceRequest represents the DTO request containing the objects used to filter customer services'.
FindServiceRequest() - Constructor for class com.dzidzi.dto.customerService.FindServiceRequest
 
findServiceResponses(FindResponseRequest) - Method in interface com.dzidzi.api.ServiceResponseApi
Finds the paginated responses based on the request.
findServices(FindServiceRequest) - Method in interface com.dzidzi.api.CustomerServiceApi
Finds the paginated customer services based on the request.
findServiceVerificationCode(String) - Method in interface com.dzidzi.api.CustomerServiceApi
Finds the customer service by verification code.
FindTicketRequest - Class in com.dzidzi.dto.serviceTicket
FindTicketRequest represents the DTO request containing the objects used to filter service tickets'.
FindTicketRequest() - Constructor for class com.dzidzi.dto.serviceTicket.FindTicketRequest
 
findTickets(FindTicketRequest) - Method in interface com.dzidzi.api.ServiceTicketApi
Finds the paginated tickets based on the request.
findUserById(UUID) - Method in interface com.dzidzi.api.UserApi
Finds a user by id.
findUserCredentialById(UUID) - Method in interface com.dzidzi.api.CredentialApi
Finds the user credential by id.
findUserCredentialByVerificationCode(String) - Method in interface com.dzidzi.api.CredentialApi
Finds the credential by verification code.
findUserOrderById(UUID) - Method in interface com.dzidzi.api.OrderApi
Finds an order by given id.
FindUserOrderRequest - Class in com.dzidzi.dto.order
FindUserOrderRequest represents the DTO request containing the objects used to filter user orders.
FindUserOrderRequest() - Constructor for class com.dzidzi.dto.order.FindUserOrderRequest
 
findUserOrders(FindUserOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Find orders by the given request params.
FindUserRequest - Class in com.dzidzi.dto.user
FindUsersRequest represents the DTO request containing the objects used to filter users.
FindUserRequest() - Constructor for class com.dzidzi.dto.user.FindUserRequest
 
findUsers(FindUserRequest) - Method in interface com.dzidzi.api.UserApi
Finds the paginated users based on the request.
firstname(String) - Method in class com.dzidzi.dto.user.FilterUserRequest.Builder
The first name to filter users on
firstName(String) - Method in class com.dzidzi.dto.administration.AddAdministrationRequest.Builder
The first name of the admin
firstName(String) - Method in class com.dzidzi.dto.administration.Administration.Builder
 
firstName(String) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The first name of the courier
firstName(String) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
firstName(String) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The first name of the customer service rep
firstName(String) - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
firstName(String) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The first name of the user
firstName(String) - Method in class com.dzidzi.dto.user.User.Builder
 
FIRSTNAME - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
FISH - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
floor(int) - Method in class com.dzidzi.dto.address.Address.Builder
 
floor(Integer) - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
The floor number
floor(Integer) - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
The floor number
foodVat(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
forTest(boolean) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
 
fullname(String) - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest.Builder
 
fullname(String) - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
fullname(String) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 

G

generateExcelFile(String) - Method in interface com.dzidzi.api.RestaurantApi
 
generateIntegrationKey() - Method in interface com.dzidzi.api.ApplicationIntegrationApi
Generates an api key that will be used to communicate with some endpoint of this application.
geoLocation(Boolean) - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
 
geoLocation(Boolean) - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
 
getAccessToken() - Method in class com.dzidzi.dto.AuthenticationResponse
 
getAccessToken() - Method in class com.dzidzi.dto.JwtTokenBuilder
 
getActionType() - Method in class com.dzidzi.dto.history.FindHistoryRequest
getActionType() - Method in class com.dzidzi.dto.history.History
 
getActionType() - Method in class com.dzidzi.dto.history.HistoryRequest
 
getActive() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The status of coupon to filter on
getAddedBy() - Method in class com.dzidzi.dto.credential.Credential
The identifier of the admin
getAddress() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The address of the courier.
getAddress() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest
The new address of the courier.
getAddress() - Method in class com.dzidzi.dto.courier.Courier
The Address of the courier
getAddress() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The address of the customer service rep.
getAddress() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
The new address of the customer service rep.
getAddress() - Method in class com.dzidzi.dto.customerService.CustomerService
The Address of the customer service
getAddress() - Method in class com.dzidzi.dto.order.AddOrderRequest
The address of the ordering user if AddOrderRequest.isUseMyAddress() is false.
getAddress() - Method in class com.dzidzi.dto.order.Order
The Address where the order was delivered to
getAddress() - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
getAddress() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
getAddress() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The Address of the restaurant or the courier
getAddress() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The address of the branch restaurant.
getAddress() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The address of the restaurant.
getAddress() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new address of the restaurant.
getAddress() - Method in class com.dzidzi.dto.restaurant.Restaurant
The Address of the restaurant
getAddress() - Method in class com.dzidzi.dto.user.AddUserRequest
The address of the user.
getAddress() - Method in class com.dzidzi.dto.user.ChangeUserRequest
The new address of the user.
getAddress() - Method in class com.dzidzi.dto.user.User
The Address of the user
getAdminByCredentialId(UUID) - Method in interface com.dzidzi.api.AdministrationApi
 
getAdminNumber() - Method in class com.dzidzi.dto.administration.Administration
The first name of the resource
getAll() - Method in interface com.dzidzi.api.DzidziConfigApi
 
getAllNotifications() - Method in interface com.dzidzi.api.NotificationApi
 
getAmount() - Method in class com.dzidzi.dto.payment.Payment
 
getApartmentNr() - Method in class com.dzidzi.dto.address.AddAddressRequest
The apartment number
getApartmentNr() - Method in class com.dzidzi.dto.address.Address
The apartment number
getApartmentNr() - Method in class com.dzidzi.dto.address.ChangeAddressRequest
The new apartment number
getAssignedTo() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The customer service/admin user id who accepted the ticket
getAssignedToRestaurants() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The restaurants to assign this coupon to, mostly used by restaurants with branches.
getAvailability() - Method in class com.dzidzi.dto.courier.FindCourierRequest
The status of the courier to filter on
getAvatar() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The profile image of the courier
getAvatar() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest
The new profile image of the courier
getAvatar() - Method in class com.dzidzi.dto.courier.Courier
An image/avatar of the courier
getAvatar() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The profile image of the customer representative
getAvatar() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
The new profile image of the customer representative
getAvatar() - Method in class com.dzidzi.dto.customerService.CustomerService
The image/avatar of the customer service
getAvatar() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The profile image of the branch restaurant
getAvatar() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The profile image of the restaurant
getAvatar() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new profile image of the restaurant
getAvatar() - Method in class com.dzidzi.dto.restaurant.Restaurant
The image/avatar of the restaurant
getAvatar() - Method in class com.dzidzi.dto.user.User
The orders made by the user
getAverageRating() - Method in class com.dzidzi.dto.courier.Courier
The average ratings of the courier
getAverageRating() - Method in class com.dzidzi.dto.restaurant.RestaurantEntityApi
The average rating of the restaurant
getBackgroundImage() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The background image of the branch restaurant
getBackgroundImage() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The background image of the restaurant
getBackgroundImage() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new background image of the restaurant
getBackgroundImage() - Method in class com.dzidzi.dto.restaurant.Restaurant
The background image of the restaurant
getBio() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The branch restaurants bio
getBio() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The restaurants bio
getBio() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new restaurants bio
getBio() - Method in class com.dzidzi.dto.restaurant.RestaurantEntityApi
The bio of the restaurant
getBranchName() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The name of the branch restaurant
getByKey(String) - Method in interface com.dzidzi.api.DzidziConfigApi
 
getByOrderId(UUID) - Method in interface com.dzidzi.api.CourierSettlementApi
 
getByOrderId(UUID) - Method in interface com.dzidzi.api.PlatformSettlementApi
 
getByOrderId(UUID) - Method in interface com.dzidzi.api.RestaurantSettlementApi
 
getCategory() - Method in class com.dzidzi.dto.menu.AddMenuRequest
The menu category
getCategory() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The menu category to filter on
getCategory() - Method in class com.dzidzi.dto.menu.Menu
The MenuCategory this menu falls under
getCategory() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
Menu category to filter restaurant on.
getChangeFrom() - Method in class com.dzidzi.dto.history.History
 
getChangeFrom() - Method in class com.dzidzi.dto.history.HistoryRequest
 
getChecksum() - Method in class com.dzidzi.dto.image.Image
 
getCity() - Method in class com.dzidzi.dto.address.AddAddressRequest
The city name
getCity() - Method in class com.dzidzi.dto.address.AddressEntityApi
The city name
getCity() - Method in class com.dzidzi.dto.address.ChangeAddressRequest
The city name
getCodeExpiration() - Method in class com.dzidzi.dto.credential.Credential
The date and time the verification was generated
getComment() - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest
The comment you'd like to add
getComment() - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest
The new comment you'd like to add
getComment() - Method in class com.dzidzi.dto.customerReview.CustomerReview
The comment given
getContact() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The contact of the courier
getContact() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest
The new contact of the courier
getContact() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The contact of the customer service rep
getContact() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
The address of the courier
getContact() - Method in class com.dzidzi.dto.merge.EntityComposition
The contact of the resource
getContact() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The phone number of the user.
getContact() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The contact of the branch restaurant
getContact() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The contact of the restaurant
getContact() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new contact of the restaurant
getContact() - Method in class com.dzidzi.dto.restaurant.RestaurantEntityApi
The contact of the restaurant
getContact() - Method in class com.dzidzi.dto.user.AddUserRequest
The contact of the user
getContact() - Method in class com.dzidzi.dto.user.ChangeUserRequest
The new contact of the user
getContact1() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The second contact of the branch restaurant if needed
getContact1() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The second contact of the restaurant if needed
getContact1() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new second contact of the restaurant if needed
getContact1() - Method in class com.dzidzi.dto.restaurant.Restaurant
The second contact of the restaurant
getContactMode() - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
getContactMode() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
getCoupon() - Method in class com.dzidzi.dto.order.Order
The coupon used
getCoupon() - Method in class com.dzidzi.dto.order.UserOrder
The coupon used
getCoupon() - Method in class com.dzidzi.dto.settlement.PlatformSettlement
 
getCoupon() - Method in class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
 
getCouponAmount() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The coupon amount
getCouponAmount() - Method in class com.dzidzi.dto.coupon.CouponEntityApi
The amount of the coupon
getCouponAmount() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The coupon amount to filter on
getCouponById(UUID) - Method in interface com.dzidzi.api.CouponApi
Finds coupon by the given id.
getCouponCode() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The coupon code.
getCouponCode() - Method in class com.dzidzi.dto.coupon.Coupon
The coupon number
getCouponName() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The coupon name
getCouponName() - Method in class com.dzidzi.dto.coupon.CouponEntityApi
The coupon name
getCouponName() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The coupon name to filter on
getCouponNumber() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The coupon number to filter on
getCouponNumber() - Method in class com.dzidzi.dto.order.AddOrderRequest
The coupon number
getCouponsByCouponIds(List<UUID>) - Method in interface com.dzidzi.api.CouponApi
Finds coupons by the given coupon ids.
getCouponsByOrganization() - Method in interface com.dzidzi.api.CouponApi
 
getCouponsByRestaurantId(UUID) - Method in interface com.dzidzi.api.CouponApi
 
getCouponSubsidy() - Method in class com.dzidzi.dto.settlement.PlatformSettlement
 
getCouponType() - Method in class com.dzidzi.dto.coupon.Coupon
getCouponType() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The type of coupon to filter on
getCourier() - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest
The id of the courier that the user wants to review
getCourier() - Method in class com.dzidzi.dto.customerReview.CustomerReview
The Courier the review was made for
getCourier() - Method in class com.dzidzi.dto.order.Order
The Courier who the order is assigned to.
getCourier() - Method in class com.dzidzi.dto.order.PlatformOrder
The Courier who the order is assigned to.
getCourier() - Method in class com.dzidzi.dto.order.RestaurantOrder
The Courier who the order is assigned to.
getCourier() - Method in class com.dzidzi.dto.order.UserOrder
The Courier who the order is assigned to.
getCourier() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The Courier who made the response
getCourier() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The Courier who created this ticket
getCourier() - Method in class com.dzidzi.dto.settlement.CourierSettlementEntityDto
The Courier who owns this settlement.
getCourierCommission() - Method in class com.dzidzi.dto.settlement.PlatformSettlement
 
getCourierId() - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
The courier id to filter on
getCourierId() - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
The courier id to filter on
getCourierId() - Method in class com.dzidzi.dto.order.FindOrderRequest
The courier id to filter on
getCourierId() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The courier id to filter on
getCourierId() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The courier id to filter on
getCourierId() - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
getCourierIds() - Method in class com.dzidzi.dto.courier.FindCourierRequest
 
getCourierSettlement() - Method in class com.dzidzi.dto.order.CourierOrder
 
getCourierSettlement() - Method in class com.dzidzi.dto.order.PlatformOrder
 
getCourierTopUp() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getCreatedBy() - Method in class com.dzidzi.dto.coupon.Coupon
The CreatorEntity of the user who created the coupon
getCreatedBy() - Method in class com.dzidzi.dto.image.Image
The user id of the created user
getCreatedOn() - Method in class com.dzidzi.dto.coupon.Coupon
The date and time the coupon was created
getCreatedOn() - Method in class com.dzidzi.dto.credential.Credential
The date and time the credential was created
getCreatedOn() - Method in class com.dzidzi.dto.customerReview.CustomerReview
The date the review was created on, in
getCreatedOn() - Method in class com.dzidzi.dto.notification.Notification
The timestamp the notification was created.
getCreatedOn() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicketEntityApi
The date and time the ticket was created
getCreatedOnFrom() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon was created with a range from
getCreatedOnFrom() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The date the ticket was created from
getCreatedOnTo() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon was created with a range to
getCreatedOnTo() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The date the ticket was created to
getCreator() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The id of the user who created the coupon
getCredential() - Method in class com.dzidzi.dto.administration.Administration
The Credential of the admin user
getCredential() - Method in class com.dzidzi.dto.courier.Courier
The Credential of the courier
getCredential() - Method in class com.dzidzi.dto.customerService.CustomerService
The Credential of the customer service
getCredential() - Method in class com.dzidzi.dto.restaurant.Restaurant
The Credential of the restaurant
getCredential() - Method in class com.dzidzi.dto.user.User
The Credential of the user
getCsrfToken() - Method in class com.dzidzi.dto.JwtTokenBuilder
 
getCurrentCourier() - Method in interface com.dzidzi.api.CourierApi
Gets the logged in courier details.
getCurrentRestaurant() - Method in interface com.dzidzi.api.RestaurantApi
 
getCurrentRestaurantBranches() - Method in interface com.dzidzi.api.RestaurantApi
Finds all the branch restaurants of the current parent restaurant.
getCurrentUserCredential() - Method in interface com.dzidzi.api.CredentialApi
 
getCustomerService() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The CustomerService who made the response
getDate() - Method in class com.dzidzi.dto.history.History
 
getDatePaid() - Method in class com.dzidzi.dto.settlement.CourierSettlement
 
getDatePaid() - Method in class com.dzidzi.dto.settlement.RestaurantSettlement
 
getDeliveryAddress() - Method in class com.dzidzi.dto.order.CourierOrder
The Address where the order was delivered to
getDeliveryAddress() - Method in class com.dzidzi.dto.order.PlatformOrder
The Address where the order was delivered to
getDeliveryAddress() - Method in class com.dzidzi.dto.order.UserOrder
The Address where the order was delivered to
getDeliveryDate() - Method in class com.dzidzi.dto.order.CourierOrder
The delivery date
getDeliveryDate() - Method in class com.dzidzi.dto.order.Order
The delivery date
getDeliveryDate() - Method in class com.dzidzi.dto.order.PlatformOrder
The delivery date
getDeliveryDate() - Method in class com.dzidzi.dto.order.RestaurantOrder
The delivery date
getDeliveryDate() - Method in class com.dzidzi.dto.order.UserOrder
The delivery date
getDeliveryFee() - Method in class com.dzidzi.dto.order.Order
The delivery fee
getDeliveryFee() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getDeliveryFee() - Method in class com.dzidzi.dto.order.UserOrder
The delivery fee
getDeliveryFeeVat() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getDescription() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The description of the coupon
getDescription() - Method in class com.dzidzi.dto.coupon.Coupon
The description of the coupon
getDescription() - Method in class com.dzidzi.dto.menu.AddMenuRequest
The description of the menu
getDescription() - Method in class com.dzidzi.dto.menu.ChangeMenuRequest
The new description of the menu
getDescription() - Method in class com.dzidzi.dto.menu.Menu
The description of the menu item
getDetails() - Method in class com.dzidzi.dto.history.History
 
getDetails() - Method in class com.dzidzi.dto.history.HistoryRequest
 
getDetails() - Method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest
The response message for the ticket
getDetails() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The response details
getDetails() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The details of the ticket
getDiscount() - Method in class com.dzidzi.dto.order.Order
The discount
getDiscount() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getDiscount() - Method in class com.dzidzi.dto.order.UserOrder
The discount
getDistance() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The distance to filter extra on.
getDistance() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The distance to filter menu on.
getDistance() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The distance to filter restaurant on.
getEmail() - Method in class com.dzidzi.dto.courier.FindCourierRequest
The email of the courier to filter on
getEmail() - Method in class com.dzidzi.dto.credential.AddNewUserRequest
The first name of the courier
getEmail() - Method in class com.dzidzi.dto.credential.CredentialEntityApi
The email of the credential
getEmail() - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The email of the customer service to filter on
getEmail() - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
getEmail() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
getEmail() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The email of the user.
getEmail() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The email of the branch.
getEmail() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The email of the restaurant to filter on
getEmail() - Method in class com.dzidzi.dto.user.AddUserRequest
The user email.
getEmail() - Method in class com.dzidzi.dto.user.CreateUserRequest
The email of the account
getEmail() - Method in class com.dzidzi.dto.user.FilterUserRequest
The email to filter users on
getEmail() - Method in class com.dzidzi.dto.user.FindUserRequest
The email of the user to filter on
getEnabled() - Method in class com.dzidzi.dto.user.FindUserRequest
A flag which indicates if the users account is activated
getEndDate() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The end date of the coupon
getEndDate() - Method in class com.dzidzi.dto.coupon.Coupon
The end date of the coupon
getEndDateFrom() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will expire with a range from
getEndDateTo() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will expire with a range to
getExtra() - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest
The extra id
getExtra() - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
The new extra id
getExtra() - Method in class com.dzidzi.dto.orderItem.OrderItem
The extra of the order item
getExtraIds() - Method in class com.dzidzi.dto.extra.FindExtraRequest
 
getExtras() - Method in class com.dzidzi.dto.RecentlyViewed
The recently viewed extra ids.
getFcmToken() - Method in class com.dzidzi.dto.credential.Credential
The fcmToken for notifications
getFileId() - Method in class com.dzidzi.dto.image.Image
The unique file identifier of the image in the file storage location
getFilename() - Method in class com.dzidzi.dto.image.Image
The name of the image
getFileSize() - Method in class com.dzidzi.dto.image.Image
The size of the file
getFirstname() - Method in class com.dzidzi.dto.user.FilterUserRequest
The first name to filter users on
getFirstName() - Method in class com.dzidzi.dto.administration.AddAdministrationRequest
The first name of the admin
getFirstName() - Method in class com.dzidzi.dto.administration.Administration
The first name of the admin user
getFirstName() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The first name of the courier
getFirstName() - Method in class com.dzidzi.dto.courier.FindCourierRequest
The firstname of the courier to filter on
getFirstName() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The first name of the customer service rep
getFirstName() - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The firstname of the customer service to filter on
getFirstName() - Method in class com.dzidzi.dto.merge.EntityComposition
The first name of the resource
getFirstName() - Method in class com.dzidzi.dto.user.AddUserRequest
The first name of the user
getFirstName() - Method in class com.dzidzi.dto.user.FindUserRequest
The firstname of the user to filter on
getFloor() - Method in class com.dzidzi.dto.address.AddAddressRequest
The floor number
getFloor() - Method in class com.dzidzi.dto.address.Address
The floor number of the building
getFloor() - Method in class com.dzidzi.dto.address.ChangeAddressRequest
The floor number
getFoodVat() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getFrom() - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
getFrom() - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
getFrom() - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
getFullname() - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
getFullname() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
getFullname() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The fullname of the user requesting to join.
getGeoLocation() - Method in class com.dzidzi.dto.address.AddAddressRequest
 
getGeoLocation() - Method in class com.dzidzi.dto.address.ChangeAddressRequest
 
getGroupedPlatformCouponSubsidiesOnOrders(SettlementGroup, SettlementStatus) - Method in interface com.dzidzi.api.PlatformSettlementApi
 
getGroupedPlatformProfitsOnOrders(SettlementGroup, SettlementStatus) - Method in interface com.dzidzi.api.PlatformSettlementApi
 
getGroupedSettlements(UUID, SettlementGroup, SettlementStatus) - Method in interface com.dzidzi.api.CourierSettlementApi
 
getGroupedSettlements(UUID, SettlementGroup, SettlementStatus) - Method in interface com.dzidzi.api.RestaurantSettlementApi
 
getHistoryType() - Method in class com.dzidzi.dto.history.FindHistoryRequest
getHistoryType() - Method in class com.dzidzi.dto.history.History
 
getHistoryType() - Method in class com.dzidzi.dto.history.HistoryRequest
 
getHouseNumber() - Method in class com.dzidzi.dto.address.AddAddressRequest
The house number of the address
getHouseNumber() - Method in class com.dzidzi.dto.address.AddressEntityApi
The house number
getHouseNumber() - Method in class com.dzidzi.dto.address.ChangeAddressRequest
The new house number of the address
getId() - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest
The id of the review
getId() - Method in class com.dzidzi.dto.extra.ChangeExtraRequest
The id of the extra
getId() - Method in class com.dzidzi.dto.menu.ChangeMenuRequest
The id of the menu
getId() - Method in class com.dzidzi.dto.merge.EntityId
The unique identifier of the entity
getId() - Method in class com.dzidzi.dto.order.ChangeOrderRequest
 
getId() - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
The id of the order item
getImage() - Method in class com.dzidzi.dto.extra.AddExtraRequest
The image of the extra
getImage() - Method in class com.dzidzi.dto.extra.ChangeExtraRequest
The new image of the extra
getImage() - Method in class com.dzidzi.dto.extra.Extra
The image of the extra
getImage() - Method in class com.dzidzi.dto.menu.AddMenuRequest
The image of the menu
getImage() - Method in class com.dzidzi.dto.menu.ChangeMenuRequest
The new image of the menu
getImage() - Method in class com.dzidzi.dto.menu.Menu
The image of the menu item
getImageById(UUID) - Method in interface com.dzidzi.api.ImageApi
It gets image by the given id.
getImageType() - Method in class com.dzidzi.dto.image.Image
The type of image
getJobById(UUID) - Method in interface com.dzidzi.api.JobApi
Get job by the given id.
getLastLogin() - Method in class com.dzidzi.dto.credential.Credential
The date and time of the last login
getLastModifiedBy() - Method in class com.dzidzi.dto.image.Image
The user id of the last modifier
getLastModifiedOn() - Method in class com.dzidzi.dto.image.Image
Date and time it was last modified
getLastname() - Method in class com.dzidzi.dto.user.FilterUserRequest
The last name to filter users on
getLastName() - Method in class com.dzidzi.dto.administration.AddAdministrationRequest
The last name of the admin
getLastName() - Method in class com.dzidzi.dto.administration.Administration
The last name of the admin user
getLastName() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The last name of the courier
getLastName() - Method in class com.dzidzi.dto.courier.FindCourierRequest
The lastname of the courier to filter on
getLastName() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The last name of the customer service rep
getLastName() - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The lastname of the customer service to filter on
getLastName() - Method in class com.dzidzi.dto.merge.EntityComposition
The first name of the resource
getLastName() - Method in class com.dzidzi.dto.user.AddUserRequest
The last name of the user
getLastName() - Method in class com.dzidzi.dto.user.FindUserRequest
The lastname of the user to filter on
getLastPassChanged() - Method in class com.dzidzi.dto.credential.Credential
The date and time the password was changed
getLatitude() - Method in class com.dzidzi.dto.address.AddressEntityApi
The latitude
getLatitude() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The latitude
getLatitude() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The latitude
getLatitude() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The latitude
getLimit() - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The limit is used to get a specific amount or subset of a dataset.
getLimit() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
The limit is used to get a specific amount or subset of a dataset.
getLink() - Method in class com.dzidzi.dto.notification.Notification
The link to use to get to the notification object.
getLongitude() - Method in class com.dzidzi.dto.address.AddressEntityApi
The longitude
getLongitude() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The longitude
getLongitude() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The longitude
getLongitude() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The longitude
getMaximumPrice() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The maximum price to filter on
getMaximumPrice() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The maximum price to filter on
getMenu() - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest
The menu id
getMenu() - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
The new menu id
getMenu() - Method in class com.dzidzi.dto.orderItem.OrderItem
The menu item of the order item
getMenuIds() - Method in class com.dzidzi.dto.menu.FindMenuRequest
 
getMenus() - Method in class com.dzidzi.dto.RecentlyViewed
The recently viewed menu ids.
getMessage() - Method in class com.dzidzi.dto.AuthenticationResponse
 
getMessage() - Method in class com.dzidzi.dto.JwtTokenBuilder
 
getMessage() - Method in class com.dzidzi.dto.notification.Notification
The notification message
getMessage(String, Object...) - Method in interface com.dzidzi.api.LanguageApi
 
getMessage(String, List<Object>) - Method in interface com.dzidzi.api.LanguageApi
 
getMinimumPrice() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The minimum price to filter on
getMinimumPrice() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The minimum price to filter on
getModelId() - Method in class com.dzidzi.dto.history.FindHistoryRequest
The id of the model to filter the history on.
getModelId() - Method in class com.dzidzi.dto.history.History
 
getModelId() - Method in class com.dzidzi.dto.history.HistoryRequest
 
getModifiedBy() - Method in class com.dzidzi.dto.coupon.Coupon
The CreatorEntity of the user who modified the coupon
getModifiedOn() - Method in class com.dzidzi.dto.coupon.Coupon
The date and time modified
getName() - Method in class com.dzidzi.dto.extra.AddExtraRequest
The name of the extra
getName() - Method in class com.dzidzi.dto.extra.ChangeExtraRequest
The new name of the extra
getName() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The name of the extra to filter on
getName() - Method in class com.dzidzi.dto.menu.AddMenuRequest
The name of the menu
getName() - Method in class com.dzidzi.dto.menu.ChangeMenuRequest
The new name of the menu
getName() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The name of the menu to filter on
getName() - Method in class com.dzidzi.dto.merge.MenuExtraComposition
The name of the item
getName() - Method in class com.dzidzi.dto.orderItem.Item
The name of the menu/extra
getName() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The name of the restaurant
getName() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new name of the restaurant
getName() - Method in class com.dzidzi.dto.restaurant.RestaurantEntityApi
The name of the restaurant
getNewAddress() - Method in class com.dzidzi.dto.order.ChangeOrderRequest
The address of the ordering user if AddOrderRequest.isUseMyAddress() is false.
getNewOrderItems() - Method in class com.dzidzi.dto.order.ChangeOrderRequest
 
getNewPass() - Method in class com.dzidzi.dto.credential.ChangePasswordRequest
The new password to use.
getNewPass() - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest
The new password to use.
getNewPassword() - Method in class com.dzidzi.dto.administration.AddAdministrationRequest
The new password to use.
getNewPassword() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The new password to use.
getNewPassword() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest
The new password to set.
getNewPassword() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The new password to use.
getNewPassword() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
The new password to set.
getNewPassword() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The new password to use.
getNewPassword() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new password to set.
getNewPassword() - Method in class com.dzidzi.dto.user.ChangeUserRequest
The new password to set.
getNotification(UUID) - Method in interface com.dzidzi.api.NotificationApi
Gets notification by given id.
getNotificationsByRecipientId(UUID) - Method in interface com.dzidzi.api.NotificationApi
Gets all notifications by the given recipient id.
getNotificationsByRecipientIdAndStatus(UUID, NotificationStatus) - Method in interface com.dzidzi.api.NotificationApi
Gets all notifications by the given recipient id and the status
getNotReviewedRequest() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getOffset() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
The offset.
getOldPass() - Method in class com.dzidzi.dto.credential.ChangePasswordRequest
The existing password
getOrder() - Method in class com.dzidzi.dto.orderItem.OrderItem
The Order the order item is related to
getOrder() - Method in class com.dzidzi.dto.payment.Payment
 
getOrder() - Method in class com.dzidzi.dto.settlement.CourierSettlement
The Order the settlement is related to
getOrder() - Method in class com.dzidzi.dto.settlement.PlatformSettlement
 
getOrder() - Method in class com.dzidzi.dto.settlement.RestaurantSettlement
The Order the settlement is related to
getOrderBy() - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The parameterPaginationDTOOrderBy on how to order the results by.
getOrderDate() - Method in class com.dzidzi.dto.order.OrderEntityApi
The date and time the order was made
getOrderDate() - Method in class com.dzidzi.dto.order.PlatformOrder
The date and time the order was made
getOrderId() - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
getOrderIds() - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
 
getOrderIds() - Method in class com.dzidzi.dto.order.FindOrderRequest
 
getOrderIds() - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
 
getOrderIds() - Method in class com.dzidzi.dto.order.FindUserOrderRequest
 
getOrderItems() - Method in class com.dzidzi.dto.order.AddOrderRequest
A list of the order item ids to be ordered
getOrderItems() - Method in class com.dzidzi.dto.order.CourierOrder
The OrderItem's
getOrderItems() - Method in class com.dzidzi.dto.order.Order
The OrderItem's
getOrderItems() - Method in class com.dzidzi.dto.order.PlatformOrder
The OrderItem's
getOrderItems() - Method in class com.dzidzi.dto.order.RestaurantOrder
The OrderItem's
getOrderItems() - Method in class com.dzidzi.dto.order.UserOrder
The OrderItem's
getOrderNote() - Method in class com.dzidzi.dto.order.AddOrderRequest
The order note if necessary
getOrderNote() - Method in class com.dzidzi.dto.order.ChangeOrderRequest
The order note if necessary
getOrderNote() - Method in class com.dzidzi.dto.order.CourierOrder
The order note
getOrderNote() - Method in class com.dzidzi.dto.order.OrderEntityApi
The order note
getOrderNote() - Method in class com.dzidzi.dto.order.PlatformOrder
The order note
getOrderNote() - Method in class com.dzidzi.dto.order.RestaurantOrder
The order note
getOrderNumber() - Method in class com.dzidzi.dto.order.CourierOrder
The unique order number
getOrderNumber() - Method in class com.dzidzi.dto.order.OrderEntityApi
The unique order number
getOrderNumber() - Method in class com.dzidzi.dto.order.PlatformOrder
The unique order number
getOrderNumber() - Method in class com.dzidzi.dto.order.RestaurantOrder
The unique order number
getOrderPrice() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getOrderPriceList(AddOrderRequest) - Method in interface com.dzidzi.api.OrderApi
Gets the price list of a given order.
getPage() - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The page number to fetch
getPage() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
The page number.
getPage() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The page number to fetch
getParentRestaurant() - Method in class com.dzidzi.dto.restaurant.Restaurant
The parent restaurant
getParentRestaurantId() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The parent restaurant id to filter on
getParentRestaurantId() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The parent restaurant id to filter on
getParentRestaurantId() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The parent restaurant id to filter on
getPartnerName() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
getPartnerName() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The name of the restaurant.
getPartnerRegistrationById(UUID) - Method in interface com.dzidzi.api.PartnerRegistrationApi
Finds a partner registration by id.
getPartnerType() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getPartnerType() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The type of partner.
getPassword() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest
The existing password.
getPassword() - Method in class com.dzidzi.dto.credential.Credential
The users password
getPassword() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
The existing password.
getPassword() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The password to use.
getPassword() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The existing password.
getPassword() - Method in class com.dzidzi.dto.user.AddUserRequest
The user email.
getPassword() - Method in class com.dzidzi.dto.user.ChangeUserRequest
The existing password.
getPassword() - Method in class com.dzidzi.dto.user.CreateUserRequest
The password of the account
getPaymentById(UUID) - Method in interface com.dzidzi.api.PaymentApi
Finds a payment by the given payment id.
getPaymentByOrderId(UUID) - Method in interface com.dzidzi.api.PaymentApi
Finds a payment by the given order id.
getPaymentByPaymentIntentId(String) - Method in interface com.dzidzi.api.PaymentApi
Finds a payment by the given intent id.
getPaymentDate() - Method in class com.dzidzi.dto.payment.Payment
 
getPayout() - Method in class com.dzidzi.dto.settlement.CourierSettlementEntityDto
 
getPayout() - Method in class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
 
getPercentage() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The coupon percentage
getPercentage() - Method in class com.dzidzi.dto.coupon.CouponEntityApi
The coupon percentage
getPercentage() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The percentage to filter on
getPhone() - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest
 
getPhone() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest
 
getPlatformCommission() - Method in class com.dzidzi.dto.settlement.CourierSettlementEntityDto
 
getPlatformCommission() - Method in class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
 
getPlatformSettlement() - Method in class com.dzidzi.dto.order.PlatformOrder
 
getPreferredContactMode() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The preferred mode of contact
getPrice() - Method in class com.dzidzi.dto.extra.AddExtraRequest
The price of the extra
getPrice() - Method in class com.dzidzi.dto.extra.ChangeExtraRequest
The new price of the extra
getPrice() - Method in class com.dzidzi.dto.menu.AddMenuRequest
The price of the menu
getPrice() - Method in class com.dzidzi.dto.menu.ChangeMenuRequest
The new price of the menu
getPrice() - Method in class com.dzidzi.dto.merge.MenuExtraComposition
The price of the item
getProvider() - Method in class com.dzidzi.dto.credential.Credential
The Provider of the credential
getProvider() - Method in class com.dzidzi.dto.user.AddUserRequest
The user email.
getProvider() - Method in class com.dzidzi.dto.user.CreateUserRequest
The provider of the menu
getQuantity() - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest
The quantity of the menu to be ordered
getQuantity() - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
The new quantity of the menu to be ordered
getQuantity() - Method in class com.dzidzi.dto.orderItem.Item
The quantity of the menu/extra
getQuantity() - Method in class com.dzidzi.dto.orderItem.OrderItemEntityApi
The quantity of the menu/extra
getRating() - Method in class com.dzidzi.dto.courier.FindCourierRequest
The average rating of courier to filter on
getRating() - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest
The rating for the restaurant/courier
getRating() - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest
The new rating for the restaurant/courier
getRating() - Method in class com.dzidzi.dto.customerReview.CustomerReviewEntityApi
The rating given(1 to 5 stars)
getRating() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The average rating of restaurants to filter on
getRating() - Method in class com.dzidzi.dto.menu.FindMenuRequest
The average rating of restaurants to filter on
getRating() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The average rating of restaurants to filter on
getReadOn() - Method in class com.dzidzi.dto.notification.Notification
The timestamp the notification was read.
getRecentlyViewed() - Method in class com.dzidzi.dto.user.User
The recently viewed menuIds, extraIds and restaurantIds
getRecipientId() - Method in class com.dzidzi.dto.notification.FindNotificationRequest
The recipient id to filter on
getRecipientId() - Method in class com.dzidzi.dto.notification.Notification
The id of the user the notification is sent to.
getRecipientUsername() - Method in class com.dzidzi.dto.notification.Notification
The username of the user the notification is sent to.
getRefreshToken() - Method in class com.dzidzi.dto.AuthenticationResponse
 
getRefreshToken() - Method in class com.dzidzi.dto.JwtTokenBuilder
 
getRegistrationState() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getRegistrationState() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The state of the request
getRemovedOrderItems() - Method in class com.dzidzi.dto.order.ChangeOrderRequest
 
getRepeatPass() - Method in class com.dzidzi.dto.administration.AddAdministrationRequest
The same password typed in newPassword
getRepeatPass() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The same password typed in newPass
getRepeatPass() - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest
The same password typed in newPass
getRepeatPass() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The same password typed in newPassword
getRepeatPass() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The same password typed in newPass
getRequestedOn() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The date the request was created in millis
getRequestedOnFrom() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getRequestedOnTo() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getResolvedOn() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The date the request was completed
getResolvedOn() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicketEntityApi
The date and time the ticket was resolved
getResolvedOnFrom() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getResolvedOnTo() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getResponseById(UUID) - Method in interface com.dzidzi.api.ServiceResponseApi
Finds a service response by id.
getResponseDate() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponseEntityApi
The date and time of the response
getResponseIds() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
 
getRestaurant() - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest
The id of the restaurant that the user wants to review
getRestaurant() - Method in class com.dzidzi.dto.customerReview.CustomerReview
The Restaurant the review was made for.
getRestaurant() - Method in class com.dzidzi.dto.extra.Extra
The Restaurant who owns this extra
getRestaurant() - Method in class com.dzidzi.dto.menu.Menu
The Restaurant who owns this menu
getRestaurant() - Method in class com.dzidzi.dto.order.CourierOrder
The Restaurant who the order is assigned to.
getRestaurant() - Method in class com.dzidzi.dto.order.Order
The Restaurant who the order is assigned to.
getRestaurant() - Method in class com.dzidzi.dto.order.PlatformOrder
The Restaurant who the order is assigned to.
getRestaurant() - Method in class com.dzidzi.dto.order.UserOrder
The Restaurant who the order is assigned to.
getRestaurant() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The Restaurant who made the response
getRestaurant() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The Restaurant who created this ticket
getRestaurant() - Method in class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
The Restaurant this settlement is for.
getRestaurantBranchIds() - Method in class com.dzidzi.dto.extra.ChangeExtraRequest
The restaurant branch ids to make bulk addition
getRestaurantCommission() - Method in class com.dzidzi.dto.settlement.PlatformSettlement
 
getRestaurantId() - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
The restaurant id to filter on
getRestaurantId() - Method in class com.dzidzi.dto.extra.FindExtraRequest
The restaurant id to filter on
getRestaurantId() - Method in class com.dzidzi.dto.order.FindOrderRequest
The restaurant id to filter on
getRestaurantId() - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
The restaurant id to filter on
getRestaurantId() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The restaurant id to filter on
getRestaurantId() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The restaurant id to filter on
getRestaurantId() - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
getRestaurantIds() - Method in class com.dzidzi.dto.menu.FindMenuRequest
 
getRestaurantIds() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
 
getRestaurantName() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The name of the restaurant to filter on
getRestaurants() - Method in class com.dzidzi.dto.RecentlyViewed
The recently viewed restaurants.
getRestaurantsAppliedTo() - Method in class com.dzidzi.dto.coupon.Coupon
The restaurantIds this coupon is applied to.
getRestaurantSettlement() - Method in class com.dzidzi.dto.order.PlatformOrder
 
getRestaurantSettlement() - Method in class com.dzidzi.dto.order.RestaurantOrder
 
getRestaurantTopUp() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getResults() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
The returns the datasets retrieved from the database.
getReviewedBy() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getReviewedBy() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The admin/customer service who reviewed the request
getReviewIds() - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
 
getReviewStatement() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The reviewers' closing statement
getRole() - Method in class com.dzidzi.dto.credential.Credential
The UserRole of the credential
getRole() - Method in class com.dzidzi.dto.merge.CreatorEntity
 
getSalt() - Method in class com.dzidzi.dto.credential.Credential
 
getServiceId() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The customer service id to filter on
getServiceId() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The service id to filter on
getServiceIds() - Method in class com.dzidzi.dto.customerService.FindServiceRequest
 
getServiceTicket() - Method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest
The id of the ticket to be responded
getServiceTicket() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The service ticket related to the response
getSessionId() - Method in class com.dzidzi.dto.JwtTokenBuilder
 
getSettlementById(UUID) - Method in interface com.dzidzi.api.CourierSettlementApi
 
getSettlementById(UUID) - Method in interface com.dzidzi.api.PlatformSettlementApi
 
getSettlementById(UUID) - Method in interface com.dzidzi.api.RestaurantSettlementApi
 
getSignedBy() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
getSignedBy() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The admin who approved the request
getSignOffStatement() - Method in class com.dzidzi.dto.partner.PartnerRegistration
The admins' closing statement
getSortBy() - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The parameterPaginationDTOSortBy to sort the results by.
getStartDate() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
The start date of the coupon
getStartDate() - Method in class com.dzidzi.dto.coupon.Coupon
The start date of the coupon
getStartDateFrom() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will be active with a range from
getStartDateTo() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will be active with a range to
getStatus() - Method in class com.dzidzi.dto.courier.Courier
The courier status, that is setting online(true) or offline(false)
getStatus() - Method in class com.dzidzi.dto.notification.FindNotificationRequest
The notification status to filter on
getStatus() - Method in class com.dzidzi.dto.notification.Notification
The status of the notification.
getStatus() - Method in class com.dzidzi.dto.order.CourierOrder
The OrderStatus of the order
getStatus() - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
The status to filter on.
getStatus() - Method in class com.dzidzi.dto.order.FindOrderRequest
The status to filter on
getStatus() - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
The status to filter on.
getStatus() - Method in class com.dzidzi.dto.order.FindUserOrderRequest
The status to filter on.
getStatus() - Method in class com.dzidzi.dto.order.OrderEntityApi
The OrderStatus of the order
getStatus() - Method in class com.dzidzi.dto.order.PlatformOrder
The OrderStatus of the order
getStatus() - Method in class com.dzidzi.dto.order.RestaurantOrder
The OrderStatus of the order
getStatus() - Method in class com.dzidzi.dto.payment.Payment
 
getStatus() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The ticket status to filter on
getStatus() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicketEntityApi
The TicketStatus of the ticket
getStatus() - Method in class com.dzidzi.dto.settlement.CourierSettlementEntityDto
 
getStatus() - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
getStatus() - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
getStatus() - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
getStatus() - Method in class com.dzidzi.dto.settlement.PlatformSettlement
 
getStatus() - Method in class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
 
getStreet() - Method in class com.dzidzi.dto.address.AddAddressRequest
The street name of the address
getStreet() - Method in class com.dzidzi.dto.address.AddressEntityApi
The street name
getStreet() - Method in class com.dzidzi.dto.address.ChangeAddressRequest
The new street name of the address
getTicketById(UUID) - Method in interface com.dzidzi.api.ServiceTicketApi
Finds a ticket by the given id.
getTicketId() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The ticket id to filter on
getTicketIds() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
 
getTime() - Method in class com.dzidzi.dto.history.History
 
getTimestamp() - Method in class com.dzidzi.dto.history.HistoryRequest
 
getTimestampFrom() - Method in class com.dzidzi.dto.history.FindHistoryRequest
The timestamp from
getTimestampTo() - Method in class com.dzidzi.dto.history.FindHistoryRequest
 
getTip() - Method in class com.dzidzi.dto.payment.Payment
 
getTip() - Method in class com.dzidzi.dto.settlement.CourierSettlementEntityDto
A tip given by the user.
getTo() - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
getTo() - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
getTo() - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
getTotalAmountToPay() - Method in class com.dzidzi.dto.order.Order
The total amount of the order to pay
getTotalAmountToPay() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getTotalAmountToPay() - Method in class com.dzidzi.dto.order.PlatformOrder
The total amount of the order to pay
getTotalAmountToPay() - Method in class com.dzidzi.dto.order.UserOrder
The total amount of the order to pay
getTotalCount() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
The total count of the given filter.
getTotalOrderPrice() - Method in class com.dzidzi.dto.order.Order
The total items price
getTotalOrderPrice() - Method in class com.dzidzi.dto.order.PlatformOrder
The total items price
getTotalOrderPrice() - Method in class com.dzidzi.dto.order.RestaurantOrder
The total items price
getTotalOrderPrice() - Method in class com.dzidzi.dto.order.UserOrder
The total items price
getTotalPages() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
This returns the total pages of the dataset expected to return by the query.
getTranslatedMessage(String, String, String) - Method in interface com.dzidzi.api.LanguageApi
 
getType() - Method in class com.dzidzi.dto.notification.Notification
 
getUploadedOn() - Method in class com.dzidzi.dto.image.Image
Date and time it was uploaded
getUser() - Method in class com.dzidzi.dto.customerReview.CustomerReview
The User who made the review
getUser() - Method in class com.dzidzi.dto.order.CourierOrder
The User who made the order
getUser() - Method in class com.dzidzi.dto.order.Order
The User who made the order
getUser() - Method in class com.dzidzi.dto.order.PlatformOrder
The User who made the order
getUser() - Method in class com.dzidzi.dto.order.RestaurantOrder
The User who made the order
getUser() - Method in class com.dzidzi.dto.order.UserOrder
The User who made the order
getUser() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The User who made the response
getUser() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The User who created this ticket
getUserByCredentialId() - Method in interface com.dzidzi.api.CustomerServiceApi
 
getUserByCredentialId() - Method in interface com.dzidzi.api.UserApi
 
getUserDetails(String) - Method in interface com.dzidzi.api.ApplicationIntegrationApi
 
getUserDetails(String) - Method in interface com.dzidzi.api.CredentialApi
 
getUserDetails(String, UserRole) - Method in interface com.dzidzi.api.CredentialApi
 
getUserId() - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
The user id to filter on
getUserId() - Method in class com.dzidzi.dto.history.FindHistoryRequest
The id of the user to filter the history on.
getUserId() - Method in class com.dzidzi.dto.history.History
 
getUserId() - Method in class com.dzidzi.dto.history.HistoryRequest
 
getUserId() - Method in class com.dzidzi.dto.order.FindOrderRequest
The user id to filter on
getUserId() - Method in class com.dzidzi.dto.order.FindUserOrderRequest
The user id to filter on
getUserId() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The user id to filter on
getUserId() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The user id to filter on
getUserIds() - Method in class com.dzidzi.dto.user.FindUserRequest
 
getUsername() - Method in class com.dzidzi.dto.administration.AddAdministrationRequest
The new username to use for your account
getUsername() - Method in class com.dzidzi.dto.courier.AddCourierRequest
The new username to use for your account
getUsername() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest
The new username to use.
getUsername() - Method in class com.dzidzi.dto.courier.FindCourierRequest
The username of the courier to filter on
getUsername() - Method in class com.dzidzi.dto.credential.ChangePasswordRequest
The new username of the user
getUsername() - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest
The new username to use for your account
getUsername() - Method in class com.dzidzi.dto.credential.CredentialEntityApi
The unique username
getUsername() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest
The new username to use for your account
getUsername() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest
The new username to use.
getUsername() - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The username of the customer service to filter on
getUsername() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The username of the branch.
getUsername() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The new username to use for your account
getUsername() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new username to use.
getUsername() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The username of the restaurant to filter on
getUsername() - Method in class com.dzidzi.dto.user.AddUserRequest
The user email.
getUsername() - Method in class com.dzidzi.dto.user.ChangeUserRequest
The new username to set.
getUsername() - Method in class com.dzidzi.dto.user.CreateUserRequest
The username the account.
getUsername() - Method in class com.dzidzi.dto.user.FilterUserRequest
The username to filter users on
getUsername() - Method in class com.dzidzi.dto.user.FindUserRequest
The username of the user to filter on
getUserRole() - Method in class com.dzidzi.dto.credential.AddNewUserRequest
The role of the user to be created
getVat() - Method in class com.dzidzi.dto.order.Order
The vat of the order
getVat() - Method in class com.dzidzi.dto.order.OrderPriceList
 
getVat() - Method in class com.dzidzi.dto.order.UserOrder
The vat of the order
getVatOnDelivery() - Method in class com.dzidzi.dto.settlement.CourierSettlement
 
getVatOnFood() - Method in class com.dzidzi.dto.settlement.RestaurantSettlement
 
getVatPaidDate() - Method in class com.dzidzi.dto.settlement.CourierSettlement
 
getVatPaidDate() - Method in class com.dzidzi.dto.settlement.RestaurantSettlement
 
getVerificationCode() - Method in class com.dzidzi.dto.credential.CredentialEntityApi
The unique verification code of the credential
getVisible() - Method in class com.dzidzi.dto.extra.FindExtraRequest
A flag to filter extras on if they are visible to users or not
getVisible() - Method in class com.dzidzi.dto.menu.FindMenuRequest
A flag to filter menus on if they are visible to users or not
getVisible() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
A flag to filter restaurant on if they are visible to users or not
getZip() - Method in class com.dzidzi.dto.address.AddAddressRequest
The zip code
getZip() - Method in class com.dzidzi.dto.address.Address
The zip code
getZip() - Method in class com.dzidzi.dto.address.ChangeAddressRequest
The new zip code
GLOBAL_NOTIFICATION - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
GOOGLE - Enum constant in enum class com.dzidzi.dto.credential.Provider
 
GROUP_NOTIFICATION - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 

H

handlePaymentWebhook(String, String) - Method in interface com.dzidzi.api.PaymentApi
This handles the payment status sent by stripe webhook.
hashCode() - Method in record class com.dzidzi.dto.ApiTokenResponse
Returns a hash code value for this object.
hashCode() - Method in class com.dzidzi.dto.AuthenticationResponse
 
hashCode() - Method in record class com.dzidzi.dto.ConfigUpdateRequest
Returns a hash code value for this object.
hashCode() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
 
hashCode() - Method in class com.dzidzi.dto.courier.FindCourierRequest
 
hashCode() - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
 
hashCode() - Method in class com.dzidzi.dto.customerService.FindServiceRequest
 
hashCode() - Method in record class com.dzidzi.dto.DzidziCsrfToken
Returns a hash code value for this object.
hashCode() - Method in class com.dzidzi.dto.extra.FindExtraRequest
 
hashCode() - Method in class com.dzidzi.dto.history.FindHistoryRequest
 
hashCode() - Method in class com.dzidzi.dto.JwtTokenBuilder
 
hashCode() - Method in class com.dzidzi.dto.menu.FindMenuRequest
 
hashCode() - Method in class com.dzidzi.dto.notification.FindNotificationRequest
 
hashCode() - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
 
hashCode() - Method in class com.dzidzi.dto.order.FindOrderRequest
 
hashCode() - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
 
hashCode() - Method in class com.dzidzi.dto.order.FindUserOrderRequest
 
hashCode() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
 
hashCode() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
hashCode() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
 
hashCode() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
 
hashCode() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
 
hashCode() - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
hashCode() - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
hashCode() - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
hashCode() - Method in record class com.dzidzi.dto.user.ActiveUser
Returns a hash code value for this object.
hashCode() - Method in class com.dzidzi.dto.user.FindUserRequest
 
header() - Method in record class com.dzidzi.dto.ApiTokenResponse
Returns the value of the header record component.
headerName() - Method in record class com.dzidzi.dto.DzidziCsrfToken
Returns the value of the headerName record component.
History - Class in com.dzidzi.dto.history
 
History(UUID, UUID, UUID, HistoryOperation, String, String, HistoryType, String, String) - Constructor for class com.dzidzi.dto.history.History
 
HISTORY_TYPE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
History.Builder - Class in com.dzidzi.dto.history
 
HistoryApi - Interface in com.dzidzi.api
HistoryApi contains all the api operations for handling Address of DzidziApp.
HistoryOperation - Enum Class in com.dzidzi.dto.history
 
HistoryRequest - Class in com.dzidzi.dto.history
 
HistoryRequest.Builder - Class in com.dzidzi.dto.history
 
historyType(HistoryType) - Method in class com.dzidzi.dto.history.History.Builder
 
historyType(HistoryType) - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
HistoryType - Enum Class in com.dzidzi.dto.history
 
HOUR - Enum constant in enum class com.dzidzi.dto.settlement.SettlementGroup
 
houseNumber(String) - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
The house number of the address
houseNumber(String) - Method in class com.dzidzi.dto.address.Address.Builder
 
houseNumber(String) - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
The new house number of the address

I

id(UUID) - Method in class com.dzidzi.dto.address.Address.Builder
 
id(UUID) - Method in class com.dzidzi.dto.administration.Administration.Builder
 
id(UUID) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
id(UUID) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
id(UUID) - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest.Builder
The id of the review
id(UUID) - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
id(UUID) - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
id(UUID) - Method in class com.dzidzi.dto.extra.ChangeExtraRequest.Builder
The id of the extra
id(UUID) - Method in class com.dzidzi.dto.extra.Extra.Builder
 
id(UUID) - Method in class com.dzidzi.dto.history.History.Builder
 
id(UUID) - Method in class com.dzidzi.dto.image.Image.Builder
 
id(UUID) - Method in class com.dzidzi.dto.menu.ChangeMenuRequest.Builder
The id of the menu
id(UUID) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
id(UUID) - Method in class com.dzidzi.dto.merge.CreatorEntity.Builder
 
id(UUID) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
id(UUID) - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
 
id(UUID) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
id(UUID) - Method in class com.dzidzi.dto.order.Order.Builder
 
id(UUID) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
id(UUID) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
id(UUID) - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest.Builder
The id of the order item
id(UUID) - Method in class com.dzidzi.dto.orderItem.OrderItem.Builder
 
id(UUID) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
id(UUID) - Method in class com.dzidzi.dto.payment.Payment.Builder
 
id(UUID) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
id(UUID) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
id(UUID) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
id(UUID) - Method in class com.dzidzi.dto.user.User.Builder
 
image(Image) - Method in class com.dzidzi.dto.extra.Extra.Builder
 
image(Image) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
image(MultipartFile) - Method in class com.dzidzi.dto.extra.AddExtraRequest.Builder
The image of the extra
image(MultipartFile) - Method in class com.dzidzi.dto.extra.ChangeExtraRequest.Builder
The new image of the extra
image(MultipartFile) - Method in class com.dzidzi.dto.menu.AddMenuRequest.Builder
The image of the menu
image(MultipartFile) - Method in class com.dzidzi.dto.menu.ChangeMenuRequest.Builder
The new image of the menu
Image - Class in com.dzidzi.dto.image
Represents an image of the Api.
Image(UUID, String, String, long, long, UUID, UUID, long, UUID, String) - Constructor for class com.dzidzi.dto.image.Image
 
Image.Builder - Class in com.dzidzi.dto.image
 
ImageApi - Interface in com.dzidzi.api
ImageApi contains all the api operations for handling Image of DzidziApp.
imageType(String) - Method in class com.dzidzi.dto.image.Image.Builder
 
IN_PROGRESS - Enum constant in enum class com.dzidzi.dto.partner.PartnerRegistrationState
 
IN_PROGRESS - Enum constant in enum class com.dzidzi.dto.payment.PaymentStatus
 
IN_PROGRESS - Enum constant in enum class com.dzidzi.dto.serviceTicket.TicketStatus
 
isActivated() - Method in class com.dzidzi.dto.user.FilterUserRequest
The boolean value, if true user activated and otherwise
isActive() - Method in class com.dzidzi.dto.coupon.Coupon
The validity of the coupon
isEnabled() - Method in class com.dzidzi.dto.credential.CredentialEntityApi
When true user is activated and if false user is not activated
isForTest() - Method in class com.dzidzi.dto.coupon.AddCouponRequest
 
isKeyValid(String) - Method in interface com.dzidzi.api.ApplicationIntegrationApi
Validates if the key is valid.
isSystemUser() - Method in class com.dzidzi.dto.administration.Administration
A flag that indicates if the admin is a system user.
isSystemUser(boolean) - Method in class com.dzidzi.dto.administration.Administration.Builder
 
isTwoFactEnabled() - Method in class com.dzidzi.dto.credential.CredentialEntityApi
When true user has 2FA enabled and false not enabled
isUseMyAddress() - Method in class com.dzidzi.dto.order.AddOrderRequest
Toggle to true if you want to use your address or false to use a new address
isUseMyAddress() - Method in class com.dzidzi.dto.order.ChangeOrderRequest
Toggle to true if you want to use your address or false to use a new address
isVatReleased() - Method in class com.dzidzi.dto.settlement.CourierSettlement
 
isVatReleased() - Method in class com.dzidzi.dto.settlement.RestaurantSettlement
 
isVisible() - Method in class com.dzidzi.dto.extra.Extra
A flag to disable extra from showing to users
isVisible() - Method in class com.dzidzi.dto.menu.Menu
A flag to disable menu from showing to users
isVisible() - Method in class com.dzidzi.dto.restaurant.Restaurant
A flag to disable menu from showing to users
ITALIAN_FOOD - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
Item - Class in com.dzidzi.dto.orderItem
 
Item(UUID, String, int) - Constructor for class com.dzidzi.dto.orderItem.Item
 

J

JAPANESE_FOOD - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
JobApi - Interface in com.dzidzi.api
 
JwtTokenBuilder - Class in com.dzidzi.dto
 
JwtTokenBuilder() - Constructor for class com.dzidzi.dto.JwtTokenBuilder
 
JwtTokenBuilder(String, String, String, String, String) - Constructor for class com.dzidzi.dto.JwtTokenBuilder
 
JwtTokenBuilder.Builder - Class in com.dzidzi.dto
 

K

KEBAB - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
key() - Method in record class com.dzidzi.dto.ApiTokenResponse
Returns the value of the key record component.

L

LanguageApi - Interface in com.dzidzi.api
 
lastLogin(long) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
lastModifiedBy(UUID) - Method in class com.dzidzi.dto.image.Image.Builder
 
lastModifiedOn(long) - Method in class com.dzidzi.dto.image.Image.Builder
 
lastname(String) - Method in class com.dzidzi.dto.user.FilterUserRequest.Builder
The last name to filter users on
lastName(String) - Method in class com.dzidzi.dto.administration.AddAdministrationRequest.Builder
The last name of the admin
lastName(String) - Method in class com.dzidzi.dto.administration.Administration.Builder
 
lastName(String) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The last name of the courier
lastName(String) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
lastName(String) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The last name of the customer service rep
lastName(String) - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
lastName(String) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The last name of the user
lastName(String) - Method in class com.dzidzi.dto.user.User.Builder
 
LASTNAME - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
lastPassChanged(long) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
latitude(double) - Method in class com.dzidzi.dto.address.Address.Builder
 
limit(int) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
The limit is used to get a specific amount or subset of a dataset.
link(String) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
loadImageFromFileStorage(UUID) - Method in interface com.dzidzi.api.ImageApi
It loads the image from the file storage by the given id.
LOCAL - Enum constant in enum class com.dzidzi.dto.credential.Provider
 
longitude(double) - Method in class com.dzidzi.dto.address.Address.Builder
 

M

MAKE_ORDER - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
menu(MenuExtraComposition) - Method in class com.dzidzi.dto.orderItem.OrderItem.Builder
 
menu(UUID) - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest.Builder
The menu id
menu(UUID) - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest.Builder
The new menu id
Menu - Class in com.dzidzi.dto.menu
Represents a menu item of the Api.
Menu(UUID, String, BigDecimal, String, RestaurantEntityApi, Image, MenuCategory, boolean) - Constructor for class com.dzidzi.dto.menu.Menu
 
Menu.Builder - Class in com.dzidzi.dto.menu
 
MenuApi - Interface in com.dzidzi.api
MenuApi contains all the api operations handling Menu in the DzidziApp.
MenuCategory - Enum Class in com.dzidzi.dto.menu
The menu categories in the dzidziApp.
MenuExtraComposition - Class in com.dzidzi.dto.merge
 
MenuExtraComposition(UUID, String, BigDecimal) - Constructor for class com.dzidzi.dto.merge.MenuExtraComposition
 
menus(List<MenuExtraComposition>) - Method in class com.dzidzi.dto.RecentlyViewed.Builder
The recently viewed menu ids.
message(String) - Method in class com.dzidzi.dto.AuthenticationResponse.Builder
 
message(String) - Method in class com.dzidzi.dto.JwtTokenBuilder.Builder
 
message(String) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
MEXICAN_FOOD - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
modelId(UUID) - Method in class com.dzidzi.dto.history.History.Builder
 
modelId(UUID) - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
MONTH - Enum constant in enum class com.dzidzi.dto.settlement.SettlementGroup
 

N

name() - Method in record class com.dzidzi.dto.ConfigUpdateRequest
Returns the value of the name record component.
name(String) - Method in class com.dzidzi.dto.extra.AddExtraRequest.Builder
The name of the extra
name(String) - Method in class com.dzidzi.dto.extra.ChangeExtraRequest.Builder
The new name of the extra
name(String) - Method in class com.dzidzi.dto.extra.Extra.Builder
 
name(String) - Method in class com.dzidzi.dto.menu.AddMenuRequest.Builder
The name of the menu
name(String) - Method in class com.dzidzi.dto.menu.ChangeMenuRequest.Builder
The new name of the menu
name(String) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
name(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The name of the restaurant
name(String) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new name of the restaurant
name(String) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
NAME - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
NEW_ORDER - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
newAddress(AddAddressRequest) - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
The address of the ordering user if AddOrderRequest.isUseMyAddress() is false.
newOrderItems(List<UUID>) - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
A list of the order item ids to be added
newPass(String) - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest.Builder
The new password to use.
newPassword(String) - Method in class com.dzidzi.dto.administration.AddAdministrationRequest.Builder
The new password to use.
newPassword(String) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The new password to use.
newPassword(String) - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
The new password to set.
newPassword(String) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The new password to use.
newPassword(String) - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
The new password to set.
newPassword(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The new password to use.
newPassword(String) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new password to set.
newPassword(String) - Method in class com.dzidzi.dto.user.ChangeUserRequest.Builder
The new password to set.
Notification - Class in com.dzidzi.dto.notification
Represents a notification of the Api.
Notification(UUID, UUID, String, String, NotificationType, long, long, NotificationStatus, String) - Constructor for class com.dzidzi.dto.notification.Notification
 
Notification.Builder - Class in com.dzidzi.dto.notification
 
NotificationApi - Interface in com.dzidzi.api
 
NotificationStatus - Enum Class in com.dzidzi.dto.notification
 
NotificationType - Enum Class in com.dzidzi.dto.notification
 

O

OFFLINE - Enum constant in enum class com.dzidzi.dto.courier.CourierStatus
 
offset(int) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
The offset.
ONLINE - Enum constant in enum class com.dzidzi.dto.courier.CourierStatus
 
OPEN - Enum constant in enum class com.dzidzi.dto.serviceTicket.TicketStatus
 
order(OrderEntityApi) - Method in class com.dzidzi.dto.orderItem.OrderItem.Builder
 
order(OrderEntityApi) - Method in class com.dzidzi.dto.payment.Payment.Builder
 
Order - Class in com.dzidzi.dto.order
Represents an order in the Api.
Order(UUID, long, OrderStatus, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, String, String, EntityComposition, EntityComposition, RestaurantEntityApi, AddressEntityApi, CouponEntityApi, long, List<OrderItemEntityApi>) - Constructor for class com.dzidzi.dto.order.Order
 
ORDER_ALREADY_ASSIGNED - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_ASSIGNED - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_CANCELLED - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_CONFIRMED - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_DELIVERED - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_HISTORY - Enum constant in enum class com.dzidzi.dto.history.HistoryType
 
ORDER_NUMBER - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
ORDER_PICKED_UP - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_PREPARED - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_READY_FOR_PICKUP - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ORDER_STATUS - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
Order.Builder - Class in com.dzidzi.dto.order
 
OrderApi - Interface in com.dzidzi.api
OrderApi contains all the api operations handling Order in the DzidziApp.
orderDate(long) - Method in class com.dzidzi.dto.order.Order.Builder
 
orderDate(long) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
OrderEntityApi - Class in com.dzidzi.dto.order
 
OrderEntityApi(UUID, long, OrderStatus, String, String) - Constructor for class com.dzidzi.dto.order.OrderEntityApi
 
OrderItem - Class in com.dzidzi.dto.orderItem
Represents an order item of the Api.
OrderItem(UUID, int, MenuExtraComposition, MenuExtraComposition, OrderEntityApi) - Constructor for class com.dzidzi.dto.orderItem.OrderItem
 
OrderItem.Builder - Class in com.dzidzi.dto.orderItem
 
OrderItemApi - Interface in com.dzidzi.api
OrderItemApi contains all the api operations handling OrderItem in the DzidziApp.
OrderItemEntityApi - Class in com.dzidzi.dto.orderItem
 
OrderItemEntityApi(UUID, int) - Constructor for class com.dzidzi.dto.orderItem.OrderItemEntityApi
 
orderItems(List<Item>) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
orderItems(List<Item>) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
orderItems(List<Item>) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
orderItems(List<OrderItemEntityApi>) - Method in class com.dzidzi.dto.order.Order.Builder
 
orderItems(List<UUID>) - Method in class com.dzidzi.dto.order.AddOrderRequest.Builder
A list of the order item ids to be ordered
orderNote(String) - Method in class com.dzidzi.dto.order.AddOrderRequest.Builder
The order note if necessary
orderNote(String) - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
The order note if necessary
orderNote(String) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
orderNote(String) - Method in class com.dzidzi.dto.order.Order.Builder
 
orderNote(String) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
orderNote(String) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
orderNumber(String) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
orderNumber(String) - Method in class com.dzidzi.dto.order.Order.Builder
 
orderNumber(String) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
orderNumber(String) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
orderPrice(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
OrderPriceList - Class in com.dzidzi.dto.order
 
OrderPriceList(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class com.dzidzi.dto.order.OrderPriceList
 
OrderPriceList.Builder - Class in com.dzidzi.dto.order
 
OrderStatus - Enum Class in com.dzidzi.dto.order
The order statuses in the dzidziApp.

P

page(int) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
The page number.
PaginationDTOOrderBy - Enum Class in com.dzidzi.dto.merge
 
PaginationDTOSortBy - Enum Class in com.dzidzi.dto.merge
 
parentRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
partnerName(String) - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
partnerName(String) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
PartnerRegistration - Class in com.dzidzi.dto.partner
Represents partner registrations of the Api.
PartnerRegistration(UUID, String, String, String, String, PartnerType, long, PreferredContactMode, PartnerRegistrationState, long, String, String, EntityComposition, EntityComposition, AddressEntityApi) - Constructor for class com.dzidzi.dto.partner.PartnerRegistration
 
PartnerRegistration.Builder - Class in com.dzidzi.dto.partner
 
PartnerRegistrationApi - Interface in com.dzidzi.api
PartnerRegistrationApi contains all the api operations handling PartnerRegistration in the DzidziApp.
PartnerRegistrationState - Enum Class in com.dzidzi.dto.partner
 
partnerType(PartnerType) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
PartnerType - Enum Class in com.dzidzi.dto.partner
 
password(String) - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
The existing password.
password(String) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
password(String) - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
The existing password.
password(String) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The password to use.
password(String) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The existing password.
password(String) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The user email.
password(String) - Method in class com.dzidzi.dto.user.ChangeUserRequest.Builder
The existing password.
password(String) - Method in class com.dzidzi.dto.user.CreateUserRequest.Builder
The password of the account
passwordResetLink(String, UserRole) - Method in interface com.dzidzi.api.CredentialApi
This generates a new password reset link for the given username or email and role.
PASTA - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
PAYED - Enum constant in enum class com.dzidzi.dto.order.OrderStatus
 
Payment - Class in com.dzidzi.dto.payment
 
Payment(UUID, long, BigDecimal, BigDecimal, OrderEntityApi, PaymentStatus) - Constructor for class com.dzidzi.dto.payment.Payment
 
Payment.Builder - Class in com.dzidzi.dto.payment
 
PaymentApi - Interface in com.dzidzi.api
PaymentApi contains all the api operations handling Payment in the DzidziApp.
paymentDate(long) - Method in class com.dzidzi.dto.payment.Payment.Builder
 
PaymentStatus - Enum Class in com.dzidzi.dto.payment
The payment statuses in the dzidziApp.
PENDING - Enum constant in enum class com.dzidzi.dto.order.OrderStatus
 
PENDING - Enum constant in enum class com.dzidzi.dto.serviceTicket.TicketStatus
 
PENDING - Enum constant in enum class com.dzidzi.dto.settlement.SettlementStatus
 
PENDING_PAYOUT - Enum constant in enum class com.dzidzi.dto.settlement.SettlementStatus
 
PENDING_REVIEW - Enum constant in enum class com.dzidzi.dto.partner.PartnerRegistrationState
 
percentage(Double) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The coupon percentage
PERCENTAGE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
phone(String) - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest.Builder
 
phone(String) - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
PHONE - Enum constant in enum class com.dzidzi.dto.partner.PreferredContactMode
 
PIZZA - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
PlatformOrder - Class in com.dzidzi.dto.order
 
PlatformOrder(UUID, EntityComposition, EntityComposition, RestaurantEntityApi, AddressEntityApi, long, OrderStatus, BigDecimal, CourierSettlementEntityDto, RestaurantSettlementEntityDto, PlatformSettlement, BigDecimal, String, String, long) - Constructor for class com.dzidzi.dto.order.PlatformOrder
 
PlatformSettlement - Class in com.dzidzi.dto.settlement
 
PlatformSettlement(UUID, OrderEntityApi, BigDecimal, BigDecimal, BigDecimal, SettlementStatus, CouponEntityApi) - Constructor for class com.dzidzi.dto.settlement.PlatformSettlement
 
PlatformSettlementApi - Interface in com.dzidzi.api
 
preferredContactMode(PreferredContactMode) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
PreferredContactMode - Enum Class in com.dzidzi.dto.partner
 
price(BigDecimal) - Method in class com.dzidzi.dto.extra.AddExtraRequest.Builder
The price of the extra
price(BigDecimal) - Method in class com.dzidzi.dto.extra.ChangeExtraRequest.Builder
The new price of the extra
price(BigDecimal) - Method in class com.dzidzi.dto.extra.Extra.Builder
 
price(BigDecimal) - Method in class com.dzidzi.dto.menu.AddMenuRequest.Builder
The price of the menu
price(BigDecimal) - Method in class com.dzidzi.dto.menu.ChangeMenuRequest.Builder
The new price of the menu
price(BigDecimal) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
PRICE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
PROFILE_HISTORY - Enum constant in enum class com.dzidzi.dto.history.HistoryType
 
provider(Provider) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
provider(Provider) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The user email.
provider(Provider) - Method in class com.dzidzi.dto.user.CreateUserRequest.Builder
The provider of the menu
Provider - Enum Class in com.dzidzi.dto.credential
The providers in the dzidziApp.

Q

quantity(int) - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest.Builder
The quantity of the menu to be ordered
quantity(int) - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest.Builder
The new quantity of the menu to be ordered
quantity(int) - Method in class com.dzidzi.dto.orderItem.OrderItem.Builder
 

R

rating(int) - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
rating(Integer) - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest.Builder
The rating for the restaurant/courier
rating(Integer) - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest.Builder
The new rating for the restaurant/courier
RATING - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
reactivateAccount(String) - Method in interface com.dzidzi.api.CustomerServiceApi
An email is sent to verify the user and activates the account.
reactivateAccount(String) - Method in interface com.dzidzi.api.RestaurantApi
An email is sent to verify the user and activates the account.
reactivateAccount(String) - Method in interface com.dzidzi.api.UserApi
Reactivate account.
reactivateUserAccountByAdmin(UUID) - Method in interface com.dzidzi.api.CredentialApi
Admin reactivates account that has been deactivated.
READ - Enum constant in enum class com.dzidzi.dto.notification.NotificationStatus
 
readNotification(UUID) - Method in interface com.dzidzi.api.NotificationApi
Gets notification by given id.
readOn(long) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
READY_FOR_DELIVERY - Enum constant in enum class com.dzidzi.dto.order.OrderStatus
 
recentlyViewed(RecentlyViewed) - Method in class com.dzidzi.dto.user.User.Builder
 
RecentlyViewed - Class in com.dzidzi.dto
 
RecentlyViewed.Builder - Class in com.dzidzi.dto
 
recipientId(UUID) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
recipientUsername(String) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
refreshToken(String) - Method in class com.dzidzi.dto.AuthenticationResponse.Builder
 
refreshToken(String) - Method in class com.dzidzi.dto.JwtTokenBuilder.Builder
 
registerCourierPartner(AddCourierRegistrationRequest) - Method in interface com.dzidzi.api.PartnerRegistrationApi
Registers a new courier partner request.
registerRestaurantPartner(AddRestaurantRegistrationRequest) - Method in interface com.dzidzi.api.PartnerRegistrationApi
Registers a new courier partner request.
REGISTRATION_STATE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
registrationState(PartnerRegistrationState) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
REJECTED - Enum constant in enum class com.dzidzi.dto.partner.PartnerRegistrationState
 
RELEASED - Enum constant in enum class com.dzidzi.dto.settlement.SettlementStatus
 
REMOVE_ADMIN - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_COUPON - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_COURIER - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_EXTRA - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_MENU - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_RESPONSE - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_RESTAURANT - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_REVIEW - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_SERVICE - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
REMOVE_TICKET - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
removeAccount() - Method in interface com.dzidzi.api.UserApi
Removes a user account from the system by the logged-in user.
removeAccount(UUID) - Method in interface com.dzidzi.api.CourierApi
Removes a courier account from the system by an admin.
removeAccount(UUID) - Method in interface com.dzidzi.api.CustomerServiceApi
Removes a customer service user from the system by an admin.
removeAccount(UUID) - Method in interface com.dzidzi.api.RestaurantApi
Removes a restaurant from the system by an admin.
removeBranchRestaurantJob(List<UUID>) - Method in interface com.dzidzi.api.RestaurantApi
An async job that is triggered by the restaurant admin to remove all its branches if branchIds are empty or selected branches.
removedOrderItems(List<UUID>) - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
A list of the order item ids to be removed
removeNotification(UUID) - Method in interface com.dzidzi.api.NotificationApi
Removes notification by the given id.
removeParentRestaurantJob(UUID) - Method in interface com.dzidzi.api.RestaurantApi
An async job that is triggered by the admin of the application to remove a parent restaurant and its branches.
removeResponse(UUID) - Method in interface com.dzidzi.api.ServiceResponseApi
Deletes a response by the given id.
removeUserAccount(UUID) - Method in interface com.dzidzi.api.CredentialApi
Removes the account from the system.
repeatPass(String) - Method in class com.dzidzi.dto.administration.AddAdministrationRequest.Builder
The same password typed in newPassword
repeatPass(String) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The same password typed in newPass
repeatPass(String) - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest.Builder
The same password typed in newPass
repeatPass(String) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The same password typed in newPassword
repeatPass(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The same password typed in newPass
REQUESTED_ON - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
requestedOn(long) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
resetPassword(String, String, String) - Method in interface com.dzidzi.api.CredentialApi
Sets a new user account password with the given password.
RESOLVED_ON - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
resolvedOn(long) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
resolvedOn(long) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
responseDate(long) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.extra.Extra.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.order.Order.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
restaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
restaurant(UUID) - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest.Builder
The id of the restaurant that the user wants to review
Restaurant - Class in com.dzidzi.dto.restaurant
Represents a restaurant of the Api.
Restaurant(UUID, String, String, String, String, float, boolean, AddressEntityApi, Image, Image, CredentialEntityApi, RestaurantEntityApi) - Constructor for class com.dzidzi.dto.restaurant.Restaurant
 
RESTAURANT - Enum constant in enum class com.dzidzi.dto.coupon.CouponType
 
RESTAURANT - Enum constant in enum class com.dzidzi.dto.partner.PartnerType
 
RESTAURANT_ADMIN - Enum constant in enum class com.dzidzi.dto.user.UserRole
 
RESTAURANT_BRANCH - Enum constant in enum class com.dzidzi.dto.user.UserRole
 
RESTAURANT_ONLY_NOTIFICATION - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
Restaurant.Builder - Class in com.dzidzi.dto.restaurant
 
RestaurantApi - Interface in com.dzidzi.api
RestaurantApi contains all the api operations handling Restaurant in the DzidziApp.
restaurantBranchIds(Set<UUID>) - Method in class com.dzidzi.dto.extra.ChangeExtraRequest.Builder
The restaurant branch ids to make bulk addition
RestaurantEntityApi - Class in com.dzidzi.dto.restaurant
 
RestaurantEntityApi(UUID, String, String, String, float) - Constructor for class com.dzidzi.dto.restaurant.RestaurantEntityApi
 
RestaurantOrder - Class in com.dzidzi.dto.order
 
RestaurantOrder(UUID, EntityComposition, EntityComposition, OrderStatus, BigDecimal, RestaurantSettlementEntityDto, long, String, String, List<Item>) - Constructor for class com.dzidzi.dto.order.RestaurantOrder
 
RestaurantOrder.Builder - Class in com.dzidzi.dto.order
 
restaurants(List<RestaurantEntityApi>) - Method in class com.dzidzi.dto.RecentlyViewed.Builder
The recently viewed restaurants.
restaurantSettlement(RestaurantSettlementEntityDto) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
RestaurantSettlement - Class in com.dzidzi.dto.settlement
 
RestaurantSettlement(UUID, BigDecimal, BigDecimal, boolean, BigDecimal, long, long, SettlementStatus, RestaurantEntityApi, OrderEntityApi, CouponEntityApi) - Constructor for class com.dzidzi.dto.settlement.RestaurantSettlement
 
RestaurantSettlementApi - Interface in com.dzidzi.api
 
RestaurantSettlementEntityDto - Class in com.dzidzi.dto.settlement
 
RestaurantSettlementEntityDto(UUID, BigDecimal, BigDecimal, SettlementStatus, RestaurantEntityApi, CouponEntityApi) - Constructor for class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
 
restaurantTopUp(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
results(List<T>) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
The returns the datasets retrieved from the database.
reviewedBy(EntityComposition) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
reviewStatement(String) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
role(UserRole) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
role(UserRole) - Method in class com.dzidzi.dto.merge.CreatorEntity.Builder
 

S

SALAD - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
salt(String) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
SANDWICH - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
SERVICE - Enum constant in enum class com.dzidzi.dto.user.UserRole
 
SERVICE_ONLY_NOTIFICATION - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
ServiceResponse - Class in com.dzidzi.dto.serviceResponse
Represents a service response of the Api.
ServiceResponse(UUID, long, EntityComposition, EntityComposition, EntityComposition, RestaurantEntityApi, String, ServiceTicketEntityApi) - Constructor for class com.dzidzi.dto.serviceResponse.ServiceResponse
 
ServiceResponse.Builder - Class in com.dzidzi.dto.serviceResponse
 
ServiceResponseApi - Interface in com.dzidzi.api
ServiceResponseApi contains all the api operations handling ServiceResponse in the DzidziApp.
ServiceResponseEntityApi - Class in com.dzidzi.dto.serviceResponse
 
ServiceResponseEntityApi(UUID, long) - Constructor for class com.dzidzi.dto.serviceResponse.ServiceResponseEntityApi
 
serviceTicket(ServiceTicketEntityApi) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
serviceTicket(UUID) - Method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest.Builder
The id of the ticket to be responded
ServiceTicket - Class in com.dzidzi.dto.serviceTicket
Represents a service ticket of the Api.
ServiceTicket(UUID, TicketStatus, long, long, String, EntityComposition, EntityComposition, RestaurantEntityApi, EntityComposition) - Constructor for class com.dzidzi.dto.serviceTicket.ServiceTicket
 
ServiceTicket.Builder - Class in com.dzidzi.dto.serviceTicket
 
ServiceTicketApi - Interface in com.dzidzi.api
ServiceTicketApi contains all the api operations handling ServiceTicket in the DzidziApp.
ServiceTicketEntityApi - Class in com.dzidzi.dto.serviceTicket
 
ServiceTicketEntityApi(UUID, TicketStatus, long, long) - Constructor for class com.dzidzi.dto.serviceTicket.ServiceTicketEntityApi
 
sessionId(String) - Method in class com.dzidzi.dto.JwtTokenBuilder.Builder
 
setAccessToken(String) - Method in class com.dzidzi.dto.AuthenticationResponse
 
setAccessToken(String) - Method in class com.dzidzi.dto.JwtTokenBuilder
 
setActionType(HistoryOperation) - Method in class com.dzidzi.dto.history.FindHistoryRequest
setActivated(boolean) - Method in class com.dzidzi.dto.user.FilterUserRequest
The boolean value, if true user activated and otherwise
setActive(Boolean) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The status of coupon to filter on
setAddress(AddAddressRequest) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The address of the restaurant.
setAddress(AddressEntityApi) - Method in class com.dzidzi.dto.order.Order
The Address where the order was delivered to
setApartmentNr(String) - Method in class com.dzidzi.dto.address.AddAddressRequest
The apartment number
setAssignedTo(EntityComposition) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The customer service/admin user id who accepted the ticket
setAvailability(CourierStatus) - Method in class com.dzidzi.dto.courier.FindCourierRequest
The status of the courier to filter on
setAvatar(Image) - Method in class com.dzidzi.dto.courier.Courier
An image/avatar of the courier
setAvatar(Image) - Method in class com.dzidzi.dto.restaurant.Restaurant
The image/avatar of the restaurant
setAvatar(Image) - Method in class com.dzidzi.dto.user.User
The orders made by the user
setAvatar(MultipartFile) - Method in class com.dzidzi.dto.courier.AddCourierRequest
The profile image of the courier
setAvatar(MultipartFile) - Method in class com.dzidzi.dto.courier.ChangeCourierRequest
The new profile image of the courier
setAvatar(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The profile image of the branch restaurant
setAvatar(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The profile image of the restaurant
setAvatar(MultipartFile) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new profile image of the restaurant
setBackgroundImage(Image) - Method in class com.dzidzi.dto.restaurant.Restaurant
The background image of the restaurant
setBackgroundImage(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest
The background image of the branch restaurant
setBackgroundImage(MultipartFile) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The background image of the restaurant
setBackgroundImage(MultipartFile) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest
The new background image of the restaurant
setCategory(MenuCategory) - Method in class com.dzidzi.dto.menu.AddMenuRequest
The menu category
setCategory(MenuCategory) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The menu category to filter on
setCategory(MenuCategory) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
Menu category to filter restaurant on.
setCity(String) - Method in class com.dzidzi.dto.address.AddAddressRequest
The city name
setContact(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The contact of the restaurant
setContact1(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The second contact of the restaurant if needed
setCoupon(CouponEntityApi) - Method in class com.dzidzi.dto.order.Order
The coupon used
setCoupon(CouponEntityApi) - Method in class com.dzidzi.dto.order.UserOrder
The coupon used
setCoupon(CouponEntityApi) - Method in class com.dzidzi.dto.settlement.PlatformSettlement
 
setCoupon(CouponEntityApi) - Method in class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
 
setCouponAmount(BigDecimal) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The coupon amount to filter on
setCouponName(String) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The coupon name to filter on
setCouponNumber(String) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The coupon number to filter on
setCouponType(CouponType) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The type of coupon to filter on
setCourier(EntityComposition) - Method in class com.dzidzi.dto.customerReview.CustomerReview
The Courier the review was made for
setCourier(EntityComposition) - Method in class com.dzidzi.dto.order.Order
The Courier who the order is assigned to.
setCourier(EntityComposition) - Method in class com.dzidzi.dto.order.PlatformOrder
The Courier who the order is assigned to.
setCourier(EntityComposition) - Method in class com.dzidzi.dto.order.RestaurantOrder
The Courier who the order is assigned to.
setCourier(EntityComposition) - Method in class com.dzidzi.dto.order.UserOrder
The Courier who the order is assigned to.
setCourier(EntityComposition) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The Courier who made the response
setCourier(EntityComposition) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The Courier who created this ticket
setCourier(EntityComposition) - Method in class com.dzidzi.dto.settlement.CourierSettlementEntityDto
The Courier who owns this settlement.
setCourierId(UUID) - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
The courier id to filter on
setCourierId(UUID) - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
The courier id to filter on
setCourierId(UUID) - Method in class com.dzidzi.dto.order.FindOrderRequest
The courier id to filter on
setCourierId(UUID) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The courier id to filter on
setCourierId(UUID) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The courier id to filter on
setCourierId(UUID) - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
setCourierIds(List<UUID>) - Method in class com.dzidzi.dto.courier.FindCourierRequest
The courier ids to filter on
setCourierSettlement(CourierSettlementEntityDto) - Method in class com.dzidzi.dto.order.CourierOrder
 
setCourierSettlement(CourierSettlementEntityDto) - Method in class com.dzidzi.dto.order.PlatformOrder
 
setCreatedBy(CreatorEntity) - Method in class com.dzidzi.dto.coupon.Coupon
The CreatorEntity of the user who created the coupon
setCreatedOnFrom(Long) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon was created with a range from
setCreatedOnFrom(Date) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The date the ticket was created from
setCreatedOnTo(Long) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon was created with a range to
setCreatedOnTo(Date) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The date the ticket was created to
setCreator(UUID) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The id of the user who created the coupon
setCsrfToken(String) - Method in class com.dzidzi.dto.JwtTokenBuilder
 
setCustomerService(EntityComposition) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The CustomerService who made the response
setDate(String) - Method in class com.dzidzi.dto.history.History
 
setDeliveryAddress(AddressEntityApi) - Method in class com.dzidzi.dto.order.CourierOrder
The Address where the order was delivered to
setDeliveryAddress(AddressEntityApi) - Method in class com.dzidzi.dto.order.PlatformOrder
The Address where the order was delivered to
setDeliveryAddress(AddressEntityApi) - Method in class com.dzidzi.dto.order.UserOrder
The Address where the order was delivered to
setDescription(String) - Method in class com.dzidzi.dto.menu.AddMenuRequest
The description of the menu
setDescription(String) - Method in class com.dzidzi.dto.menu.Menu
The description of the menu item
setDistance(Integer) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The distance to filter extra on.
setDistance(Integer) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The distance to filter menu on.
setDistance(Integer) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The distance to filter restaurant on.
setEmail(String) - Method in class com.dzidzi.dto.courier.FindCourierRequest
The email of the courier to filter on
setEmail(String) - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The email of the customer service to filter on
setEmail(String) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The email of the restaurant to filter on
setEmail(String) - Method in class com.dzidzi.dto.user.FilterUserRequest
The email to filter users on
setEmail(String) - Method in class com.dzidzi.dto.user.FindUserRequest
The email of the user to filter on
setEnabled(Boolean) - Method in class com.dzidzi.dto.user.FindUserRequest
A flag which indicates if the users account is activated
setEndDateFrom(Long) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will expire with a range from
setEndDateTo(Long) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will expire with a range to
setExtra(MenuExtraComposition) - Method in class com.dzidzi.dto.orderItem.OrderItem
The extra of the order item
setExtraIds(List<UUID>) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The extra ids to filter on
setExtras(List<MenuExtraComposition>) - Method in class com.dzidzi.dto.RecentlyViewed
The recently viewed extra ids.
setFirstname(String) - Method in class com.dzidzi.dto.user.FilterUserRequest
The first name to filter users on
setFirstName(String) - Method in class com.dzidzi.dto.courier.FindCourierRequest
The firstname of the courier to filter on
setFirstName(String) - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The firstname of the customer service to filter on
setFirstName(String) - Method in class com.dzidzi.dto.user.FindUserRequest
The firstname of the user to filter on
setFloor(Integer) - Method in class com.dzidzi.dto.address.AddAddressRequest
The floor number
setFrom(Long) - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
setFrom(Long) - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
setFrom(Long) - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
setGeoLocation(Boolean) - Method in class com.dzidzi.dto.address.AddAddressRequest
 
setGeoLocation(Boolean) - Method in class com.dzidzi.dto.address.ChangeAddressRequest
 
setHistoryType(HistoryType) - Method in class com.dzidzi.dto.history.FindHistoryRequest
setHouseNumber(String) - Method in class com.dzidzi.dto.address.AddAddressRequest
The house number of the address
setId(UUID) - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest
The id of the review
setId(UUID) - Method in class com.dzidzi.dto.extra.ChangeExtraRequest
The id of the extra
setId(UUID) - Method in class com.dzidzi.dto.menu.ChangeMenuRequest
The id of the menu
setId(UUID) - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest
The id of the order item
setImage(MultipartFile) - Method in class com.dzidzi.dto.menu.AddMenuRequest
The image of the menu
setImage(MultipartFile) - Method in class com.dzidzi.dto.menu.ChangeMenuRequest
The new image of the menu
setLastname(String) - Method in class com.dzidzi.dto.user.FilterUserRequest
The last name to filter users on
setLastName(String) - Method in class com.dzidzi.dto.courier.FindCourierRequest
The lastname of the courier to filter on
setLastName(String) - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The lastname of the customer service to filter on
setLastName(String) - Method in class com.dzidzi.dto.user.FindUserRequest
The lastname of the user to filter on
setLatitude(double) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The latitude
setLatitude(double) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The latitude
setLatitude(double) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The latitude
setLimit(Integer) - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The limit is used to get a specific amount or subset of a dataset.
setLongitude(double) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The longitude
setLongitude(double) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The longitude
setLongitude(double) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The longitude
setMaximumPrice(BigDecimal) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The maximum price to filter on
setMaximumPrice(BigDecimal) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The maximum price to filter on
setMenu(MenuExtraComposition) - Method in class com.dzidzi.dto.orderItem.OrderItem
The menu item of the order item
setMenuIds(List<UUID>) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The menu ids to filter on
setMenus(List<MenuExtraComposition>) - Method in class com.dzidzi.dto.RecentlyViewed
The recently viewed menu ids.
setMessage(String) - Method in class com.dzidzi.dto.AuthenticationResponse
 
setMessage(String) - Method in class com.dzidzi.dto.JwtTokenBuilder
 
setMinimumPrice(BigDecimal) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The minimum price to filter on
setMinimumPrice(BigDecimal) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The minimum price to filter on
setModelId(UUID) - Method in class com.dzidzi.dto.history.FindHistoryRequest
The id of the model to filter the history on.
setModifiedBy(CreatorEntity) - Method in class com.dzidzi.dto.coupon.Coupon
The CreatorEntity of the user who modified the coupon
setName(String) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The name of the extra to filter on
setName(String) - Method in class com.dzidzi.dto.menu.AddMenuRequest
The name of the menu
setName(String) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The name of the menu to filter on
setName(String) - Method in class com.dzidzi.dto.merge.MenuExtraComposition
The name of the item
setName(String) - Method in class com.dzidzi.dto.orderItem.Item
The name of the menu/extra
setName(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The name of the restaurant
setNewPass(String) - Method in class com.dzidzi.dto.credential.ChangePasswordRequest
The new password to use.
setNewPass(String) - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest
The new password to use.
setNewPassword(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The new password to use.
setNotReviewedRequest(Boolean) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setOldPass(String) - Method in class com.dzidzi.dto.credential.ChangePasswordRequest
The existing password
setOrder(OrderEntityApi) - Method in class com.dzidzi.dto.orderItem.OrderItem
The Order the order item is related to
setOrder(OrderEntityApi) - Method in class com.dzidzi.dto.settlement.CourierSettlement
The Order the settlement is related to
setOrder(OrderEntityApi) - Method in class com.dzidzi.dto.settlement.RestaurantSettlement
The Order the settlement is related to
setOrderBy(PaginationDTOOrderBy) - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The parameterPaginationDTOOrderBy on how to order the results by.
setOrderId(UUID) - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
setOrderIds(List<UUID>) - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
The order ids to fetch
setOrderIds(List<UUID>) - Method in class com.dzidzi.dto.order.FindOrderRequest
The order ids to fetch
setOrderIds(List<UUID>) - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
The order ids to fetch
setOrderIds(List<UUID>) - Method in class com.dzidzi.dto.order.FindUserOrderRequest
The order ids to fetch
setOrderItems(List<Item>) - Method in class com.dzidzi.dto.order.CourierOrder
The OrderItem's
setOrderItems(List<Item>) - Method in class com.dzidzi.dto.order.RestaurantOrder
The OrderItem's
setOrderItems(List<Item>) - Method in class com.dzidzi.dto.order.UserOrder
The OrderItem's
setOrderItems(List<OrderItemEntityApi>) - Method in class com.dzidzi.dto.order.Order
The OrderItem's
setOrderItems(List<OrderItemEntityApi>) - Method in class com.dzidzi.dto.order.PlatformOrder
The OrderItem's
setPage(int) - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The page number to fetch
setPage(int) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The page number to fetch
setParentRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.restaurant.Restaurant
The parent restaurant
setParentRestaurantId(UUID) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The parent restaurant id to filter on
setParentRestaurantId(UUID) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The parent restaurant id to filter on
setParentRestaurantId(UUID) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The parent restaurant id to filter on
setPartnerType(PartnerType) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setPercentage(Double) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The percentage to filter on
setPlatformSettlement(PlatformSettlement) - Method in class com.dzidzi.dto.order.PlatformOrder
 
setPrice(BigDecimal) - Method in class com.dzidzi.dto.extra.ChangeExtraRequest
 
setPrice(BigDecimal) - Method in class com.dzidzi.dto.menu.AddMenuRequest
The price of the menu
setRating(Float) - Method in class com.dzidzi.dto.courier.FindCourierRequest
The average rating of courier to filter on
setRating(Float) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The average rating of restaurants to filter on
setRating(Float) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The average rating of restaurants to filter on
setRating(Float) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The average rating of restaurants to filter on
setRecentlyViewed(RecentlyViewed) - Method in class com.dzidzi.dto.user.User
The recently viewed menuIds, extraIds and restaurantIds
setRecipientId(UUID) - Method in class com.dzidzi.dto.notification.FindNotificationRequest
The recipient id to filter on
setRefreshToken(String) - Method in class com.dzidzi.dto.AuthenticationResponse
 
setRefreshToken(String) - Method in class com.dzidzi.dto.JwtTokenBuilder
 
setRegistrationState(PartnerRegistrationState) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setRepeatPass(String) - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest
The same password typed in newPass
setRepeatPass(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The same password typed in newPass
setRequestedOnFrom(Long) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setRequestedOnTo(Long) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setResolvedOnFrom(Long) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setResolvedOnTo(Long) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setResponseIds(List<UUID>) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The response ids to filter on
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.customerReview.CustomerReview
The Restaurant the review was made for.
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.order.CourierOrder
The Restaurant who the order is assigned to.
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.order.Order
The Restaurant who the order is assigned to.
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.order.PlatformOrder
The Restaurant who the order is assigned to.
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.order.UserOrder
The Restaurant who the order is assigned to.
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The Restaurant who made the response
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The Restaurant who created this ticket
setRestaurant(RestaurantEntityApi) - Method in class com.dzidzi.dto.settlement.RestaurantSettlementEntityDto
The Restaurant this settlement is for.
setRestaurantId(UUID) - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
The restaurant id to filter on
setRestaurantId(UUID) - Method in class com.dzidzi.dto.extra.FindExtraRequest
The restaurant id to filter on
setRestaurantId(UUID) - Method in class com.dzidzi.dto.order.FindOrderRequest
The restaurant id to filter on
setRestaurantId(UUID) - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
The restaurant id to filter on
setRestaurantId(UUID) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The restaurant id to filter on
setRestaurantId(UUID) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The restaurant id to filter on
setRestaurantId(UUID) - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
setRestaurantIds(List<UUID>) - Method in class com.dzidzi.dto.menu.FindMenuRequest
The restaurant id to filter on
setRestaurantIds(List<UUID>) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The restaurant ids to filter on
setRestaurantName(String) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The name of the restaurant to filter on
setRestaurants(List<RestaurantEntityApi>) - Method in class com.dzidzi.dto.RecentlyViewed
The recently viewed restaurants.
setRestaurantsAppliedTo(List<UUID>) - Method in class com.dzidzi.dto.coupon.Coupon
The restaurantIds this coupon is applied to.
setRestaurantSettlement(RestaurantSettlementEntityDto) - Method in class com.dzidzi.dto.order.PlatformOrder
 
setRestaurantSettlement(RestaurantSettlementEntityDto) - Method in class com.dzidzi.dto.order.RestaurantOrder
 
setReviewedBy(EntityComposition) - Method in class com.dzidzi.dto.partner.PartnerRegistration
The admin/customer service who reviewed the request
setReviewedBy(UUID) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setReviewIds(List<UUID>) - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
The review ids to filter on
setServiceId(UUID) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The customer service id to filter on
setServiceId(UUID) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The service id to filter on
setServiceIds(List<UUID>) - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The service ids to filter on
setServiceTicket(ServiceTicketEntityApi) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The service ticket related to the response
setServiceTicket(UUID) - Method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest
The id of the ticket to be responded
setSessionId(String) - Method in class com.dzidzi.dto.JwtTokenBuilder
 
setSettlementStatusToPendingPayout(List<UUID>) - Method in interface com.dzidzi.api.CourierSettlementApi
 
setSettlementStatusToPendingPayout(List<UUID>) - Method in interface com.dzidzi.api.PlatformSettlementApi
 
setSettlementStatusToPendingPayout(List<UUID>) - Method in interface com.dzidzi.api.RestaurantSettlementApi
 
setSignedBy(EntityComposition) - Method in class com.dzidzi.dto.partner.PartnerRegistration
The admin who approved the request
setSignedBy(UUID) - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
setSortBy(PaginationDTOSortBy) - Method in class com.dzidzi.dto.merge.AbstractFindRequest
The parameterPaginationDTOSortBy to sort the results by.
setStartDateFrom(Long) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will be active with a range from
setStartDateTo(Long) - Method in class com.dzidzi.dto.coupon.FindCouponRequest
The date in millis the coupon will be active with a range to
setStatus(CourierStatus) - Method in class com.dzidzi.dto.courier.Courier
The courier status, that is setting online(true) or offline(false)
setStatus(NotificationStatus) - Method in class com.dzidzi.dto.notification.FindNotificationRequest
The notification status to filter on
setStatus(OrderStatus) - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
The status to filter on.
setStatus(OrderStatus) - Method in class com.dzidzi.dto.order.FindOrderRequest
The status to filter on
setStatus(OrderStatus) - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
The status to filter on.
setStatus(OrderStatus) - Method in class com.dzidzi.dto.order.FindUserOrderRequest
The status to filter on.
setStatus(TicketStatus) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The ticket status to filter on
setStatus(SettlementStatus) - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
setStatus(SettlementStatus) - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
setStatus(SettlementStatus) - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
setStreet(String) - Method in class com.dzidzi.dto.address.AddAddressRequest
The street name of the address
setTicketId(UUID) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The ticket id to filter on
setTicketIds(List<UUID>) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The ticket ids to filter on
setTime(String) - Method in class com.dzidzi.dto.history.History
 
setTimestampFrom(Long) - Method in class com.dzidzi.dto.history.FindHistoryRequest
The timestamp from
setTimestampTo(Long) - Method in class com.dzidzi.dto.history.FindHistoryRequest
The timestamp to.
SettlementGroup - Enum Class in com.dzidzi.dto.settlement
 
SettlementStatus - Enum Class in com.dzidzi.dto.settlement
 
setTo(Long) - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
setTo(Long) - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
setTo(Long) - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
setUser(EntityComposition) - Method in class com.dzidzi.dto.customerReview.CustomerReview
The User who made the review
setUser(EntityComposition) - Method in class com.dzidzi.dto.order.CourierOrder
The User who made the order
setUser(EntityComposition) - Method in class com.dzidzi.dto.order.Order
The User who made the order
setUser(EntityComposition) - Method in class com.dzidzi.dto.order.PlatformOrder
The User who made the order
setUser(EntityComposition) - Method in class com.dzidzi.dto.order.RestaurantOrder
The User who made the order
setUser(EntityComposition) - Method in class com.dzidzi.dto.order.UserOrder
The User who made the order
setUser(EntityComposition) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse
The User who made the response
setUser(EntityComposition) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket
The User who created this ticket
setUserId(UUID) - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
The user id to filter on
setUserId(UUID) - Method in class com.dzidzi.dto.history.FindHistoryRequest
The id of the user to filter the history on.
setUserId(UUID) - Method in class com.dzidzi.dto.order.FindOrderRequest
The user id to filter on
setUserId(UUID) - Method in class com.dzidzi.dto.order.FindUserOrderRequest
The user id to filter on
setUserId(UUID) - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
The user id to filter on
setUserId(UUID) - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
The user id to filter on
setUserIds(List<UUID>) - Method in class com.dzidzi.dto.user.FindUserRequest
The user ids to filter on
setUsername(String) - Method in class com.dzidzi.dto.courier.FindCourierRequest
The username of the courier to filter on
setUsername(String) - Method in class com.dzidzi.dto.credential.ChangePasswordRequest
The new username of the user
setUsername(String) - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest
The new username to use for your account
setUsername(String) - Method in class com.dzidzi.dto.customerService.FindServiceRequest
The username of the customer service to filter on
setUsername(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest
The new username to use for your account
setUsername(String) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
The username of the restaurant to filter on
setUsername(String) - Method in class com.dzidzi.dto.user.FilterUserRequest
The username to filter users on
setUsername(String) - Method in class com.dzidzi.dto.user.FindUserRequest
The username of the user to filter on
setVat(BigDecimal) - Method in class com.dzidzi.dto.order.Order
The vat of the order
setVat(BigDecimal) - Method in class com.dzidzi.dto.order.UserOrder
The vat of the order
setVisible(Boolean) - Method in class com.dzidzi.dto.extra.FindExtraRequest
A flag to filter extras on if they are visible to users or not
setVisible(Boolean) - Method in class com.dzidzi.dto.menu.FindMenuRequest
A flag to filter menus on if they are visible to users or not
setVisible(Boolean) - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
A flag to filter restaurant on if they are visible to users or not
SHRIMP - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
signedBy(EntityComposition) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
signOffStatement(String) - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
SOUP - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
START_DATE - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
startDate(Date) - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
The start date of the coupon
status(CourierStatus) - Method in class com.dzidzi.dto.courier.Courier.Builder
 
status(NotificationStatus) - Method in class com.dzidzi.dto.notification.Notification.Builder
 
status(OrderStatus) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
status(OrderStatus) - Method in class com.dzidzi.dto.order.Order.Builder
 
status(OrderStatus) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
status(OrderStatus) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
status(PaymentStatus) - Method in class com.dzidzi.dto.payment.Payment.Builder
 
status(TicketStatus) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
street(String) - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
The street name of the address
street(String) - Method in class com.dzidzi.dto.address.Address.Builder
 
street(String) - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
The new street name of the address
SUCCESSFUL - Enum constant in enum class com.dzidzi.dto.payment.PaymentStatus
 
SUPER_ADMIN - Enum constant in enum class com.dzidzi.dto.user.UserRole
 
SUSHI - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 

T

TICKET_ASSIGNED - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
TICKET_COMPLETION - Enum constant in enum class com.dzidzi.dto.history.HistoryOperation
 
TicketStatus - Enum Class in com.dzidzi.dto.serviceTicket
The ticket statuses in the dzidziApp.
time(String) - Method in class com.dzidzi.dto.history.History.Builder
 
timestamp(long) - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
TIMESTAMP - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
tip(BigDecimal) - Method in class com.dzidzi.dto.payment.Payment.Builder
 
token() - Method in record class com.dzidzi.dto.DzidziCsrfToken
Returns the value of the token record component.
toString() - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
 
toString() - Method in class com.dzidzi.dto.address.Address.Builder
 
toString() - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
 
toString() - Method in class com.dzidzi.dto.administration.AddAdministrationRequest.Builder
 
toString() - Method in class com.dzidzi.dto.administration.Administration.Builder
 
toString() - Method in record class com.dzidzi.dto.ApiTokenResponse
Returns a string representation of this record class.
toString() - Method in class com.dzidzi.dto.AuthenticationResponse.Builder
 
toString() - Method in class com.dzidzi.dto.AuthenticationResponse
 
toString() - Method in record class com.dzidzi.dto.ConfigUpdateRequest
Returns a string representation of this record class.
toString() - Method in class com.dzidzi.dto.coupon.AddCouponRequest.Builder
 
toString() - Method in class com.dzidzi.dto.coupon.FindCouponRequest
 
toString() - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
 
toString() - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
 
toString() - Method in class com.dzidzi.dto.courier.Courier.Builder
 
toString() - Method in class com.dzidzi.dto.courier.FindCourierRequest
 
toString() - Method in class com.dzidzi.dto.credential.AddNewUserRequest.Builder
 
toString() - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest.Builder
 
toString() - Method in class com.dzidzi.dto.credential.Credential.Builder
 
toString() - Method in class com.dzidzi.dto.customerReview.AddCustomerReviewRequest.Builder
 
toString() - Method in class com.dzidzi.dto.customerReview.ChangeCustomerReviewRequest.Builder
 
toString() - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
toString() - Method in class com.dzidzi.dto.customerReview.FindReviewRequest
 
toString() - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
 
toString() - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
 
toString() - Method in class com.dzidzi.dto.customerService.CustomerService.Builder
 
toString() - Method in class com.dzidzi.dto.customerService.FindServiceRequest
 
toString() - Method in record class com.dzidzi.dto.DzidziCsrfToken
Returns a string representation of this record class.
toString() - Method in class com.dzidzi.dto.extra.AddExtraRequest.Builder
 
toString() - Method in class com.dzidzi.dto.extra.ChangeExtraRequest.Builder
 
toString() - Method in class com.dzidzi.dto.extra.Extra.Builder
 
toString() - Method in class com.dzidzi.dto.extra.FindExtraRequest
 
toString() - Method in class com.dzidzi.dto.history.FindHistoryRequest
 
toString() - Method in class com.dzidzi.dto.history.History.Builder
 
toString() - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
toString() - Method in class com.dzidzi.dto.image.Image.Builder
 
toString() - Method in class com.dzidzi.dto.JwtTokenBuilder.Builder
 
toString() - Method in class com.dzidzi.dto.JwtTokenBuilder
 
toString() - Method in class com.dzidzi.dto.menu.AddMenuRequest.Builder
 
toString() - Method in class com.dzidzi.dto.menu.ChangeMenuRequest.Builder
 
toString() - Method in class com.dzidzi.dto.menu.FindMenuRequest
 
toString() - Method in class com.dzidzi.dto.menu.Menu.Builder
 
toString() - Method in class com.dzidzi.dto.merge.CreatorEntity.Builder
 
toString() - Method in class com.dzidzi.dto.notification.FindNotificationRequest
 
toString() - Method in class com.dzidzi.dto.notification.Notification.Builder
 
toString() - Method in class com.dzidzi.dto.order.AddOrderRequest.Builder
 
toString() - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
 
toString() - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
toString() - Method in class com.dzidzi.dto.order.FindCourierOrderRequest
 
toString() - Method in class com.dzidzi.dto.order.FindOrderRequest
 
toString() - Method in class com.dzidzi.dto.order.FindRestaurantOrderRequest
 
toString() - Method in class com.dzidzi.dto.order.FindUserOrderRequest
 
toString() - Method in class com.dzidzi.dto.order.Order.Builder
 
toString() - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
toString() - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
toString() - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
toString() - Method in class com.dzidzi.dto.orderItem.AddOrderItemRequest.Builder
 
toString() - Method in class com.dzidzi.dto.orderItem.ChangeOrderItemRequest.Builder
 
toString() - Method in class com.dzidzi.dto.orderItem.OrderItem.Builder
 
toString() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
 
toString() - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO
 
toString() - Method in class com.dzidzi.dto.partner.AddCourierRegistrationRequest.Builder
 
toString() - Method in class com.dzidzi.dto.partner.AddRestaurantRegistrationRequest.Builder
 
toString() - Method in class com.dzidzi.dto.partner.FindPartnerRegistrationRequest
 
toString() - Method in class com.dzidzi.dto.partner.PartnerRegistration.Builder
 
toString() - Method in class com.dzidzi.dto.payment.Payment.Builder
 
toString() - Method in class com.dzidzi.dto.RecentlyViewed.Builder
 
toString() - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
 
toString() - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
 
toString() - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
 
toString() - Method in class com.dzidzi.dto.restaurant.FindRestaurantRequest
 
toString() - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 
toString() - Method in class com.dzidzi.dto.serviceResponse.AddServiceResponseRequest.Builder
 
toString() - Method in class com.dzidzi.dto.serviceResponse.FindResponseRequest
 
toString() - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
toString() - Method in class com.dzidzi.dto.serviceTicket.FindTicketRequest
 
toString() - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
toString() - Method in class com.dzidzi.dto.settlement.FindCourierSettlementRequest
 
toString() - Method in class com.dzidzi.dto.settlement.FindPlatformSettlementRequest
 
toString() - Method in class com.dzidzi.dto.settlement.FindRestaurantSettlementRequest
 
toString() - Method in record class com.dzidzi.dto.user.ActiveUser
Returns a string representation of this record class.
toString() - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
 
toString() - Method in class com.dzidzi.dto.user.ChangeUserRequest.Builder
 
toString() - Method in class com.dzidzi.dto.user.CreateUserRequest.Builder
 
toString() - Method in class com.dzidzi.dto.user.FilterUserRequest.Builder
 
toString() - Method in class com.dzidzi.dto.user.FindUserRequest
 
toString() - Method in class com.dzidzi.dto.user.User.Builder
 
totalAmountToPay(BigDecimal) - Method in class com.dzidzi.dto.order.Order.Builder
 
totalAmountToPay(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
totalAmountToPay(BigDecimal) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
totalCount(long) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
The total count of the given filter.
totalOrderPrice(BigDecimal) - Method in class com.dzidzi.dto.order.Order.Builder
 
totalOrderPrice(BigDecimal) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
totalOrderPrice(BigDecimal) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
totalPages(long) - Method in class com.dzidzi.dto.pagination.DzidziPaginationDTO.Builder
This returns the total pages of the dataset expected to return by the query.
twoFactEnabled(boolean) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
type(NotificationType) - Method in class com.dzidzi.dto.notification.Notification.Builder
 

U

UNREAD - Enum constant in enum class com.dzidzi.dto.notification.NotificationStatus
 
updateBackendBaseUrl(String, String) - Method in interface com.dzidzi.api.DzidziConfigApi
 
updateByKey(String, String) - Method in interface com.dzidzi.api.DzidziConfigApi
 
updateFrontendBaseUrl(String, String) - Method in interface com.dzidzi.api.DzidziConfigApi
 
updateSettlementsOnPayout(List<UUID>, long) - Method in interface com.dzidzi.api.CourierSettlementApi
 
updateSettlementsOnPayout(List<UUID>, long) - Method in interface com.dzidzi.api.PlatformSettlementApi
 
updateSettlementsOnPayout(List<UUID>, long) - Method in interface com.dzidzi.api.RestaurantSettlementApi
 
updateSettlementsOnVatReleased(List<UUID>, long) - Method in interface com.dzidzi.api.CourierSettlementApi
 
updateSettlementsOnVatReleased(List<UUID>, long) - Method in interface com.dzidzi.api.RestaurantSettlementApi
 
uploadAvatar(MultipartFile) - Method in interface com.dzidzi.api.CourierApi
 
uploadedOn(long) - Method in class com.dzidzi.dto.image.Image.Builder
 
uploadImage(MultipartFile, MultipartFile) - Method in interface com.dzidzi.api.RestaurantApi
 
useMyAddress(boolean) - Method in class com.dzidzi.dto.order.AddOrderRequest.Builder
Toggle to true if you want to use your address or false to use a new address
useMyAddress(boolean) - Method in class com.dzidzi.dto.order.ChangeOrderRequest.Builder
Toggle to true if you want to use your address or false to use a new address
user(EntityComposition) - Method in class com.dzidzi.dto.customerReview.CustomerReview.Builder
 
user(EntityComposition) - Method in class com.dzidzi.dto.order.CourierOrder.Builder
 
user(EntityComposition) - Method in class com.dzidzi.dto.order.Order.Builder
 
user(EntityComposition) - Method in class com.dzidzi.dto.order.RestaurantOrder.Builder
 
user(EntityComposition) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
user(EntityComposition) - Method in class com.dzidzi.dto.serviceResponse.ServiceResponse.Builder
 
user(EntityComposition) - Method in class com.dzidzi.dto.serviceTicket.ServiceTicket.Builder
 
User - Class in com.dzidzi.dto.user
Represents a user of the Api.
User(UUID, String, String, String, CredentialEntityApi, AddressEntityApi, Image, RecentlyViewed) - Constructor for class com.dzidzi.dto.user.User
 
USER - Enum constant in enum class com.dzidzi.dto.user.UserRole
 
USER_ONLY_NOTIFICATION - Enum constant in enum class com.dzidzi.dto.notification.NotificationType
 
User.Builder - Class in com.dzidzi.dto.user
 
UserApi - Interface in com.dzidzi.api
UserApi contains all the api operations handling User in the DzidziApp.
userId(UUID) - Method in class com.dzidzi.dto.history.History.Builder
 
userId(UUID) - Method in class com.dzidzi.dto.history.HistoryRequest.Builder
 
username(String) - Method in class com.dzidzi.dto.administration.AddAdministrationRequest.Builder
The new username to use for your account
username(String) - Method in class com.dzidzi.dto.courier.AddCourierRequest.Builder
The new username to use for your account
username(String) - Method in class com.dzidzi.dto.courier.ChangeCourierRequest.Builder
The new username to use.
username(String) - Method in class com.dzidzi.dto.credential.CreateNewPasswordRequest.Builder
The new username to use for your account
username(String) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
username(String) - Method in class com.dzidzi.dto.customerService.AddCustomerServiceRequest.Builder
The new username to use for your account
username(String) - Method in class com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
The new username to use.
username(String) - Method in class com.dzidzi.dto.restaurant.AddBranchRequest.Builder
The username of the branch.
username(String) - Method in class com.dzidzi.dto.restaurant.AddRestaurantRequest.Builder
The new username to use for your account
username(String) - Method in class com.dzidzi.dto.restaurant.ChangeRestaurantRequest.Builder
The new username to use.
username(String) - Method in class com.dzidzi.dto.user.AddUserRequest.Builder
The user email.
username(String) - Method in class com.dzidzi.dto.user.ChangeUserRequest.Builder
The new username to set.
username(String) - Method in class com.dzidzi.dto.user.CreateUserRequest.Builder
The username the account.
username(String) - Method in class com.dzidzi.dto.user.FilterUserRequest.Builder
The username to filter users on
USERNAME - Enum constant in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
 
usernameExist(String) - Method in interface com.dzidzi.api.CredentialApi
 
UserOrder - Class in com.dzidzi.dto.order
 
UserOrder(UUID, EntityComposition, EntityComposition, RestaurantEntityApi, AddressEntityApi, CouponEntityApi, long, OrderStatus, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, String, String, long, List<Item>) - Constructor for class com.dzidzi.dto.order.UserOrder
 
UserOrder.Builder - Class in com.dzidzi.dto.order
 
userRole(UserRole) - Method in class com.dzidzi.dto.credential.AddNewUserRequest.Builder
The role of the user to be created
UserRole - Enum Class in com.dzidzi.dto.user
The user roles in the dzidziApp.

V

value() - Method in record class com.dzidzi.dto.ConfigUpdateRequest
Returns the value of the value record component.
valueOf(String) - Static method in enum class com.dzidzi.dto.coupon.CouponType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.courier.CourierStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.credential.Provider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.history.HistoryOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.history.HistoryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.menu.MenuCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.merge.PaginationDTOOrderBy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.notification.NotificationStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.notification.NotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.order.OrderStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.partner.PartnerRegistrationState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.partner.PartnerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.partner.PreferredContactMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.payment.PaymentStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.serviceTicket.TicketStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.settlement.SettlementGroup
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.settlement.SettlementStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.dzidzi.dto.user.UserRole
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.dzidzi.dto.coupon.CouponType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.courier.CourierStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.credential.Provider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.history.HistoryOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.history.HistoryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.menu.MenuCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.merge.PaginationDTOOrderBy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.merge.PaginationDTOSortBy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.notification.NotificationStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.notification.NotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.order.OrderStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.partner.PartnerRegistrationState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.partner.PartnerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.partner.PreferredContactMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.payment.PaymentStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.serviceTicket.TicketStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.settlement.SettlementGroup
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.settlement.SettlementStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.dzidzi.dto.user.UserRole
Returns an array containing the constants of this enum class, in the order they are declared.
vat(BigDecimal) - Method in class com.dzidzi.dto.order.Order.Builder
 
vat(BigDecimal) - Method in class com.dzidzi.dto.order.OrderPriceList.Builder
 
vat(BigDecimal) - Method in class com.dzidzi.dto.order.UserOrder.Builder
 
VEGAN - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
verificationCode(String) - Method in class com.dzidzi.dto.credential.Credential.Builder
 
VIETNAMESE_FOOD - Enum constant in enum class com.dzidzi.dto.menu.MenuCategory
 
visible(boolean) - Method in class com.dzidzi.dto.extra.Extra.Builder
 
visible(boolean) - Method in class com.dzidzi.dto.menu.Menu.Builder
 
visible(boolean) - Method in class com.dzidzi.dto.restaurant.Restaurant.Builder
 

W

WAITING_FOR_APPROVAL - Enum constant in enum class com.dzidzi.dto.partner.PartnerRegistrationState
 
WEEK - Enum constant in enum class com.dzidzi.dto.settlement.SettlementGroup
 

Y

YEAR - Enum constant in enum class com.dzidzi.dto.settlement.SettlementGroup
 

Z

zip(String) - Method in class com.dzidzi.dto.address.AddAddressRequest.Builder
The zip code
zip(String) - Method in class com.dzidzi.dto.address.Address.Builder
 
zip(String) - Method in class com.dzidzi.dto.address.ChangeAddressRequest.Builder
The new zip code
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Serialized Form