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