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