public interface ApplicationDateFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the startDate field is set. |