public class AppointmentSegment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppointmentSegment.Builder
Class to build instances of
AppointmentSegment. |
| Constructor and Description |
|---|
AppointmentSegment(String serviceVariationId,
String teamMemberId,
long serviceVariationVersion,
Integer durationMinutes,
Integer intermissionMinutes,
Boolean anyTeamMember,
List<String> resourceIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAnyTeamMember()
Getter for AnyTeamMember.
|
Integer |
getDurationMinutes()
Getter for DurationMinutes.
|
Integer |
getIntermissionMinutes()
Getter for IntermissionMinutes.
|
List<String> |
getResourceIds()
Getter for ResourceIds.
|
String |
getServiceVariationId()
Getter for ServiceVariationId.
|
long |
getServiceVariationVersion()
Getter for ServiceVariationVersion.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
int |
hashCode() |
AppointmentSegment.Builder |
toBuilder()
Builds a new
AppointmentSegment.Builder object. |
String |
toString()
Converts this AppointmentSegment into string format.
|
public AppointmentSegment(String serviceVariationId, String teamMemberId, long serviceVariationVersion, Integer durationMinutes, Integer intermissionMinutes, Boolean anyTeamMember, List<String> resourceIds)
serviceVariationId - String value for serviceVariationId.teamMemberId - String value for teamMemberId.serviceVariationVersion - long value for serviceVariationVersion.durationMinutes - Integer value for durationMinutes.intermissionMinutes - Integer value for intermissionMinutes.anyTeamMember - Boolean value for anyTeamMember.resourceIds - List of String value for resourceIds.public Integer getDurationMinutes()
public String getServiceVariationId()
public String getTeamMemberId()
public long getServiceVariationVersion()
public Integer getIntermissionMinutes()
public Boolean getAnyTeamMember()
public List<String> getResourceIds()
public String toString()
public AppointmentSegment.Builder toBuilder()
AppointmentSegment.Builder object.
Creates the instance with the state of the current model.AppointmentSegment.Builder objectCopyright © 2022. All rights reserved.