static BusinessDayAdjustment.Builder |
BusinessDayAdjustment.builder() |
Returns a builder used to create an instance of the bean.
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Meta.builder() |
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.calendar(HolidayCalendarId calendar) |
Sets the calendar that defines holidays and business days.
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.convention(BusinessDayConvention convention) |
Sets the convention used to the adjust the date if it does not fall on a business day.
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.set(String propertyName,
Object newValue) |
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.toBuilder() |
Returns a builder that allows this bean to be mutated.
|