| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Method and 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(org.joda.beans.MetaProperty<?> property,
Object value) |
DaysAdjustment.Builder |
DaysAdjustment.Builder.set(String propertyName,
Object newValue) |
DaysAdjustment.Builder |
DaysAdjustment.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.