Class TeamMapper
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.mappers.TeamMapper
-
public class TeamMapper extends Object
TeamMapper provides property name mapping for TeamProperties.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDITIONAL_PROPERTIES_PROPERTY_NAMEstatic StringDESCRIPTION_PROPERTY_NAMEstatic StringNAME_PROPERTY_NAMEstatic StringQUALIFIED_NAME_PROPERTY_NAMEstatic StringTEAM_STRUCTURE_TYPE_NAMEstatic StringTEAM_TYPE_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description TeamMapper()
-
-
-
Field Detail
-
QUALIFIED_NAME_PROPERTY_NAME
public static final String QUALIFIED_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
-
NAME_PROPERTY_NAME
public static final String NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
-
DESCRIPTION_PROPERTY_NAME
public static final String DESCRIPTION_PROPERTY_NAME
- See Also:
- Constant Field Values
-
TEAM_TYPE_PROPERTY_NAME
public static final String TEAM_TYPE_PROPERTY_NAME
- See Also:
- Constant Field Values
-
ADDITIONAL_PROPERTIES_PROPERTY_NAME
public static final String ADDITIONAL_PROPERTIES_PROPERTY_NAME
- See Also:
- Constant Field Values
-
TEAM_STRUCTURE_TYPE_NAME
public static final String TEAM_STRUCTURE_TYPE_NAME
- See Also:
- Constant Field Values
-
-