public class TeamTypeTexts extends VdmEntity<TeamTypeTexts>
Original entity name from the Odata EDM: TeamTypeTextsType
Modifier and Type | Class and Description |
---|---|
static class |
TeamTypeTexts.TeamTypeTextsBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamTypeTexts> |
ALL_FIELDS
Selector for all available fields of TeamTypeTexts.
|
static SimpleProperty.String<TeamTypeTexts> |
LANGUAGE |
static SimpleProperty.String<TeamTypeTexts> |
RESPY_MGMT_TEAM_TYPE |
static SimpleProperty.String<TeamTypeTexts> |
RESPY_MGMT_TEAM_TYPE_TEXT |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
TeamTypeTexts() |
TeamTypeTexts(String respyMgmtTeamType,
String language,
String respyMgmtTeamTypeText) |
Modifier and Type | Method and Description |
---|---|
static TeamTypeTexts.TeamTypeTextsBuilder |
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 |
getRespyMgmtTeamType()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtTeamTypeText()
Constraints: Not nullable, Maximum length: 50
|
Class<TeamTypeTexts> |
getType() |
int |
hashCode() |
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setRespyMgmtTeamType(String respyMgmtTeamType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtTeamTypeText(String respyMgmtTeamTypeText)
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<TeamTypeTexts> ALL_FIELDS
public static final SimpleProperty.String<TeamTypeTexts> RESPY_MGMT_TEAM_TYPE
public static final SimpleProperty.String<TeamTypeTexts> LANGUAGE
public static final SimpleProperty.String<TeamTypeTexts> RESPY_MGMT_TEAM_TYPE_TEXT
@Nonnull public Class<TeamTypeTexts> getType()
getType
in class VdmObject<TeamTypeTexts>
public void setRespyMgmtTeamType(@Nullable String respyMgmtTeamType)
Original property name from the Odata EDM: RespyMgmtTeamType
respyMgmtTeamType
- Team Typepublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setRespyMgmtTeamTypeText(@Nullable String respyMgmtTeamTypeText)
Original property name from the Odata EDM: RespyMgmtTeamTypeText
respyMgmtTeamTypeText
- Team Type Descriptionprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<TeamTypeTexts>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<TeamTypeTexts>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<TeamTypeTexts>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<TeamTypeTexts>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<TeamTypeTexts>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static TeamTypeTexts.TeamTypeTextsBuilder builder()
@Nullable public String getRespyMgmtTeamType()
Original property name from the Odata EDM: RespyMgmtTeamType
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getRespyMgmtTeamTypeText()
Original property name from the Odata EDM: RespyMgmtTeamTypeText
@Nonnull public String toString()
toString
in class VdmObject<TeamTypeTexts>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<TeamTypeTexts>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<TeamTypeTexts>
public int hashCode()
hashCode
in class VdmEntity<TeamTypeTexts>
public String getOdataType()
getOdataType
in class VdmObject<TeamTypeTexts>
Copyright © 2021 SAP SE. All rights reserved.