Uses of Class
com.opengamma.strata.basics.date.PeriodAdjustment.Builder
-
Packages that use PeriodAdjustment.Builder Package Description com.opengamma.strata.basics.date Tools for working with dates. -
-
Uses of PeriodAdjustment.Builder in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date that return PeriodAdjustment.Builder Modifier and Type Method Description PeriodAdjustment.BuilderPeriodAdjustment.Builder. additionConvention(PeriodAdditionConvention additionConvention)Sets the addition convention to apply.PeriodAdjustment.BuilderPeriodAdjustment.Builder. adjustment(BusinessDayAdjustment adjustment)Sets the business day adjustment that is performed to the result of the addition.static PeriodAdjustment.BuilderPeriodAdjustment. builder()Returns a builder used to create an instance of the bean.PeriodAdjustment.BuilderPeriodAdjustment.Meta. builder()PeriodAdjustment.BuilderPeriodAdjustment.Builder. period(Period period)Sets the period to be added.PeriodAdjustment.BuilderPeriodAdjustment.Builder. set(String propertyName, Object newValue)PeriodAdjustment.BuilderPeriodAdjustment.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)PeriodAdjustment.BuilderPeriodAdjustment. toBuilder()Returns a builder that allows this bean to be mutated.
-