Interface ApplicationDateFilterOrBuilder (2.2.9)

public interface ApplicationDateFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndDate()

public abstract Date getEndDate()

End date. If it's missing, The API matches profiles with application date not before the start date.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.Date

The endDate.

getEndDateOrBuilder()

public abstract DateOrBuilder getEndDateOrBuilder()

End date. If it's missing, The API matches profiles with application date not before the start date.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.DateOrBuilder

getStartDate()

public abstract Date getStartDate()

Start date. If it's missing, The API matches profiles with application date not after the end date.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.Date

The startDate.

getStartDateOrBuilder()

public abstract DateOrBuilder getStartDateOrBuilder()

Start date. If it's missing, The API matches profiles with application date not after the end date.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.DateOrBuilder

hasEndDate()

public abstract boolean hasEndDate()

End date. If it's missing, The API matches profiles with application date not before the start date.

.google.type.Date end_date = 2;

Returns
TypeDescription
boolean

Whether the endDate field is set.

hasStartDate()

public abstract boolean hasStartDate()

Start date. If it's missing, The API matches profiles with application date not after the end date.

.google.type.Date start_date = 1;

Returns
TypeDescription
boolean

Whether the startDate field is set.