Uses of Class
com.opengamma.strata.basics.date.DaysAdjustment.Builder
-
Packages that use DaysAdjustment.Builder Package Description com.opengamma.strata.basics.date Tools for working with dates. -
-
Uses of DaysAdjustment.Builder in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date that return DaysAdjustment.Builder Modifier and Type Method Description DaysAdjustment.Builder
DaysAdjustment.Builder. adjustment(BusinessDayAdjustment adjustment)
Sets the business day adjustment that is performed to the result of the addition.static DaysAdjustment.Builder
DaysAdjustment. builder()
Returns a builder used to create an instance of the bean.DaysAdjustment.Builder
DaysAdjustment.Meta. builder()
DaysAdjustment.Builder
DaysAdjustment.Builder. calendar(HolidayCalendarId calendar)
Sets the holiday calendar that defines the meaning of a day when performing the addition.DaysAdjustment.Builder
DaysAdjustment.Builder. days(int days)
Sets the number of days to be added.DaysAdjustment.Builder
DaysAdjustment.Builder. set(String propertyName, Object newValue)
DaysAdjustment.Builder
DaysAdjustment.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
DaysAdjustment.Builder
DaysAdjustment. toBuilder()
Returns a builder that allows this bean to be mutated.
-