CruiseAllOf

public final class CruiseAllOf

Parameters

departureTime

Local date and time of departure from original departure location, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

arrivalTime

Local date and time of arrival from original arrival location, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

embarkationPort

Location from where cruise will depart.

disembarkationPort

The cruise's final destination.

shipName

Name of the cruise ship.

Constructors

Link copied to clipboard
public CruiseAllOf CruiseAllOf(OffsetDateTime departureTime, OffsetDateTime arrivalTime, String embarkationPort, String disembarkationPort, String shipName)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String disembarkationPort
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String embarkationPort
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String shipName

Functions

Link copied to clipboard
public final static CruiseAllOf.Builder builder()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getEmbarkationPort()
Link copied to clipboard
public final String getShipName()
Link copied to clipboard