public class TeamTypeFunctionTexts extends VdmEntity<TeamTypeFunctionTexts>
Original entity name from the Odata EDM: TeamTypeFunctionTextsType
Modifier and Type | Class and Description |
---|---|
static class |
TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamTypeFunctionTexts> |
ALL_FIELDS
Selector for all available fields of TeamTypeFunctionTexts.
|
static SimpleProperty.String<TeamTypeFunctionTexts> |
LANGUAGE |
static SimpleProperty.String<TeamTypeFunctionTexts> |
RESPY_MGMT_FUNCTION |
static SimpleProperty.String<TeamTypeFunctionTexts> |
RESPY_MGMT_FUNCTION_TEXT |
static SimpleProperty.String<TeamTypeFunctionTexts> |
RESPY_MGMT_TEAM_CATEGORY |
static SimpleProperty.String<TeamTypeFunctionTexts> |
RESPY_MGMT_TEAM_TYPE |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
TeamTypeFunctionTexts() |
TeamTypeFunctionTexts(String respyMgmtTeamType,
String respyMgmtFunction,
String language,
String respyMgmtTeamCategory,
String respyMgmtFunctionText) |
Modifier and Type | Method and Description |
---|---|
static TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
protected ODataEntityKey |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getOdataType() |
String |
getRespyMgmtFunction()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtFunctionText()
Constraints: Not nullable, Maximum length: 50
|
String |
getRespyMgmtTeamCategory()
Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtTeamType()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Class<TeamTypeFunctionTexts> |
getType() |
int |
hashCode() |
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setRespyMgmtFunction(String respyMgmtFunction)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtFunctionText(String respyMgmtFunctionText)
Constraints: Not nullable, Maximum length: 50
|
void |
setRespyMgmtTeamCategory(String respyMgmtTeamCategory)
Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtTeamType(String respyMgmtTeamType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SimpleProperty<TeamTypeFunctionTexts> ALL_FIELDS
public static final SimpleProperty.String<TeamTypeFunctionTexts> RESPY_MGMT_TEAM_TYPE
public static final SimpleProperty.String<TeamTypeFunctionTexts> RESPY_MGMT_FUNCTION
public static final SimpleProperty.String<TeamTypeFunctionTexts> LANGUAGE
public static final SimpleProperty.String<TeamTypeFunctionTexts> RESPY_MGMT_TEAM_CATEGORY
public static final SimpleProperty.String<TeamTypeFunctionTexts> RESPY_MGMT_FUNCTION_TEXT
@Nonnull public Class<TeamTypeFunctionTexts> getType()
getType
in class VdmObject<TeamTypeFunctionTexts>
public void setRespyMgmtTeamType(@Nullable String respyMgmtTeamType)
Original property name from the Odata EDM: RespyMgmtTeamType
respyMgmtTeamType
- Team Typepublic void setRespyMgmtFunction(@Nullable String respyMgmtFunction)
Original property name from the Odata EDM: RespyMgmtFunction
respyMgmtFunction
- Functionpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setRespyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
Original property name from the Odata EDM: RespyMgmtTeamCategory
respyMgmtTeamCategory
- Team Categorypublic void setRespyMgmtFunctionText(@Nullable String respyMgmtFunctionText)
Original property name from the Odata EDM: RespyMgmtFunctionText
respyMgmtFunctionText
- Function Descriptionprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<TeamTypeFunctionTexts>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<TeamTypeFunctionTexts>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<TeamTypeFunctionTexts>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<TeamTypeFunctionTexts>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<TeamTypeFunctionTexts>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder builder()
@Nullable public String getRespyMgmtTeamType()
Original property name from the Odata EDM: RespyMgmtTeamType
@Nullable public String getRespyMgmtFunction()
Original property name from the Odata EDM: RespyMgmtFunction
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getRespyMgmtTeamCategory()
Original property name from the Odata EDM: RespyMgmtTeamCategory
@Nullable public String getRespyMgmtFunctionText()
Original property name from the Odata EDM: RespyMgmtFunctionText
@Nonnull public String toString()
toString
in class VdmObject<TeamTypeFunctionTexts>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<TeamTypeFunctionTexts>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<TeamTypeFunctionTexts>
public int hashCode()
hashCode
in class VdmEntity<TeamTypeFunctionTexts>
public String getOdataType()
getOdataType
in class VdmObject<TeamTypeFunctionTexts>
Copyright © 2021 SAP SE. All rights reserved.