Package com.dzidzi.dto.customerService
Class CustomerService
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.merge.EntityComposition
com.dzidzi.dto.customerService.CustomerService
Represents a customer service of the Api.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCustomerService(UUID id, String firstName, String lastName, String contact, CredentialEntityApi credential, AddressEntityApi address, Image avatar) -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerService.Builderbuilder()TheAddressof the customer serviceThe image/avatar of the customer serviceTheCredentialof the customer serviceMethods inherited from class com.dzidzi.dto.merge.EntityComposition
getContact, getFirstName, getLastName
-
Constructor Details
-
CustomerService
public CustomerService(UUID id, String firstName, String lastName, String contact, CredentialEntityApi credential, AddressEntityApi address, Image avatar)
-
-
Method Details
-
builder
-
getCredential
TheCredentialof the customer service -
getAddress
TheAddressof the customer service -
getAvatar
The image/avatar of the customer service
-