public class RetrieveBusinessBookingProfileResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveBusinessBookingProfileResponse.Builder
Class to build instances of
RetrieveBusinessBookingProfileResponse. |
| Constructor and Description |
|---|
RetrieveBusinessBookingProfileResponse(BusinessBookingProfile businessBookingProfile,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BusinessBookingProfile |
getBusinessBookingProfile()
Getter for BusinessBookingProfile.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
RetrieveBusinessBookingProfileResponse.Builder |
toBuilder()
Builds a new
RetrieveBusinessBookingProfileResponse.Builder object. |
String |
toString()
Converts this RetrieveBusinessBookingProfileResponse into string format.
|
public RetrieveBusinessBookingProfileResponse(BusinessBookingProfile businessBookingProfile, List<Error> errors)
businessBookingProfile - BusinessBookingProfile value for businessBookingProfile.errors - List of Error value for errors.public HttpContext getContext()
public BusinessBookingProfile getBusinessBookingProfile()
public List<Error> getErrors()
public String toString()
public RetrieveBusinessBookingProfileResponse.Builder toBuilder()
RetrieveBusinessBookingProfileResponse.Builder object.
Creates the instance with the state of the current model.RetrieveBusinessBookingProfileResponse.Builder objectCopyright © 2022. All rights reserved.