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.BuilderDaysAdjustment.Builder. adjustment(BusinessDayAdjustment adjustment)Sets the business day adjustment that is performed to the result of the addition.static DaysAdjustment.BuilderDaysAdjustment. builder()Returns a builder used to create an instance of the bean.DaysAdjustment.BuilderDaysAdjustment.Meta. builder()DaysAdjustment.BuilderDaysAdjustment.Builder. calendar(HolidayCalendarId calendar)Sets the holiday calendar that defines the meaning of a day when performing the addition.DaysAdjustment.BuilderDaysAdjustment.Builder. days(int days)Sets the number of days to be added.DaysAdjustment.BuilderDaysAdjustment.Builder. set(String propertyName, Object newValue)DaysAdjustment.BuilderDaysAdjustment.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)DaysAdjustment.BuilderDaysAdjustment. toBuilder()Returns a builder that allows this bean to be mutated.
-