Class IcalDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.IcalDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<IcalDataFormat>
- Enclosing class:
IcalDataFormat
public static class IcalDataFormat.Builder
extends Object
implements DataFormatBuilder<IcalDataFormat>
Builder is a specific builder for IcalDataFormat.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()Ends the build of the data format.validating(boolean validating) Whether to validate.validating(String validating) Whether to validate.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
validating
Whether to validate. -
validating
Whether to validate. -
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Specified by:
endin interfaceDataFormatBuilder<IcalDataFormat>- Returns:
- the data format fully built.
-