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