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