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