public class TeamCategoryFunctionTexts extends VdmEntity<TeamCategoryFunctionTexts>
Original entity name from the Odata EDM: TeamCategoryFunctionTextsType
Modifier and Type | Class and Description |
---|---|
static class |
TeamCategoryFunctionTexts.TeamCategoryFunctionTextsBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamCategoryFunctionTexts> |
ALL_FIELDS
Selector for all available fields of TeamCategoryFunctionTexts.
|
static SimpleProperty.String<TeamCategoryFunctionTexts> |
LANGUAGE |
static SimpleProperty.String<TeamCategoryFunctionTexts> |
RESPY_MGMT_FUNCTION |
static SimpleProperty.String<TeamCategoryFunctionTexts> |
RESPY_MGMT_FUNCTION_TEXT |
static SimpleProperty.String<TeamCategoryFunctionTexts> |
RESPY_MGMT_TEAM_CATEGORY |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
TeamCategoryFunctionTexts() |
TeamCategoryFunctionTexts(String respyMgmtTeamCategory,
String respyMgmtFunction,
String language,
String respyMgmtFunctionText) |
Modifier and Type | Method and Description |
---|---|
static TeamCategoryFunctionTexts.TeamCategoryFunctionTextsBuilder |
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()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Class<TeamCategoryFunctionTexts> |
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)
(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<TeamCategoryFunctionTexts> ALL_FIELDS
public static final SimpleProperty.String<TeamCategoryFunctionTexts> RESPY_MGMT_TEAM_CATEGORY
public static final SimpleProperty.String<TeamCategoryFunctionTexts> RESPY_MGMT_FUNCTION
public static final SimpleProperty.String<TeamCategoryFunctionTexts> LANGUAGE
public static final SimpleProperty.String<TeamCategoryFunctionTexts> RESPY_MGMT_FUNCTION_TEXT
@Nonnull public Class<TeamCategoryFunctionTexts> getType()
getType
in class VdmObject<TeamCategoryFunctionTexts>
public void setRespyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
Original property name from the Odata EDM: RespyMgmtTeamCategory
respyMgmtTeamCategory
- Team Categorypublic 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 setRespyMgmtFunctionText(@Nullable String respyMgmtFunctionText)
Original property name from the Odata EDM: RespyMgmtFunctionText
respyMgmtFunctionText
- Function Descriptionprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<TeamCategoryFunctionTexts>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<TeamCategoryFunctionTexts>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<TeamCategoryFunctionTexts>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<TeamCategoryFunctionTexts>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<TeamCategoryFunctionTexts>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static TeamCategoryFunctionTexts.TeamCategoryFunctionTextsBuilder builder()
@Nullable public String getRespyMgmtTeamCategory()
Original property name from the Odata EDM: RespyMgmtTeamCategory
@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 getRespyMgmtFunctionText()
Original property name from the Odata EDM: RespyMgmtFunctionText
@Nonnull public String toString()
toString
in class VdmObject<TeamCategoryFunctionTexts>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<TeamCategoryFunctionTexts>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<TeamCategoryFunctionTexts>
public int hashCode()
hashCode
in class VdmEntity<TeamCategoryFunctionTexts>
public String getOdataType()
getOdataType
in class VdmObject<TeamCategoryFunctionTexts>
Copyright © 2021 SAP SE. All rights reserved.