Package-level declarations

Types

Link copied to clipboard
public enum Time implements ProtocolMessageEnum
This enumeration defines restriction for date/time values.
Protobuf enum Time
Link copied to clipboard
public final class TimeOption extends GeneratedMessageV3 implements ValidatableMessage, TimeOptionOrBuilder
The field value is point in time which lies in the future or in the past.
Is applicable only to `Timestamp`s and types marked as `Temporal`. See `io.spine.time.Temporal`.
Repeated fields are supported.
Example: Using `(when)` option.
    message ScheduleMeeting {
        spine.time.ZonedDateTime start = 1 [(when).in = FUTURE];
    }
Protobuf type TimeOption
Link copied to clipboard
public interface TimeOptionOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class TimeOptionsProto