Interface ScheduleRefreshOnEntity.Builder

    • Method Detail

      • dayOfWeek

        ScheduleRefreshOnEntity.Builder dayOfWeek​(String dayOfWeek)

        The day of the week that you want to schedule a refresh on.

        Parameters:
        dayOfWeek - The day of the week that you want to schedule a refresh on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • dayOfWeek

        ScheduleRefreshOnEntity.Builder dayOfWeek​(DayOfWeek dayOfWeek)

        The day of the week that you want to schedule a refresh on.

        Parameters:
        dayOfWeek - The day of the week that you want to schedule a refresh on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • dayOfMonth

        ScheduleRefreshOnEntity.Builder dayOfMonth​(String dayOfMonth)

        The day of the month that you want to schedule refresh on.

        Parameters:
        dayOfMonth - The day of the month that you want to schedule refresh on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.