Module com.logicommerce.sdk
Class MappedFieldDefinitionImpl
- java.lang.Object
-
- com.logicommerce.sdk.definition.implementations.MappedFieldDefinitionImpl
-
- All Implemented Interfaces:
MappedFieldDefinition
public class MappedFieldDefinitionImpl extends Object implements MappedFieldDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMappedFieldDefinitionImpl.Builder<T>
-
Constructor Summary
Constructors Constructor Description MappedFieldDefinitionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getFields()MappedItemTypegetType()voidsetFields(List<String> fields)voidsetType(MappedItemType type)
-
-
-
Method Detail
-
getType
public MappedItemType getType()
- Specified by:
getTypein interfaceMappedFieldDefinition
-
getFields
public List<String> getFields()
- Specified by:
getFieldsin interfaceMappedFieldDefinition
-
setType
public void setType(MappedItemType type)
-
-