Interface WeeklyRecurrenceOrBuilder (3.20.0)

public interface WeeklyRecurrenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDay()

public abstract DayOfWeek getDay()

The day of week to run.

DAY_OF_WEEK_UNSPECIFIED is not allowed.

.google.type.DayOfWeek day = 2;

Returns
TypeDescription
com.google.type.DayOfWeek

The day.

getDayValue()

public abstract int getDayValue()

The day of week to run.

DAY_OF_WEEK_UNSPECIFIED is not allowed.

.google.type.DayOfWeek day = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for day.