public class TeamMemberFunctions extends VdmEntity<TeamMemberFunctions>
Original entity name from the Odata EDM: TeamMemberFunctionsType
Modifier and Type | Class and Description |
---|---|
static class |
TeamMemberFunctions.TeamMemberFunctionsBuilder
Helper class to allow for fluent creation of TeamMemberFunctions instances.
|
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamMemberFunctions> |
ALL_FIELDS
Selector for all available fields of TeamMemberFunctions.
|
static SimpleProperty.String<TeamMemberFunctions> |
RESPONSIBILITY_TEAM_MEMBER |
static SimpleProperty.String<TeamMemberFunctions> |
RESPY_MGMT_FUNCTION |
static SimpleProperty.String<TeamMemberFunctions> |
RESPY_MGMT_GLOBAL_TEAM_ID |
static SimpleProperty.String<TeamMemberFunctions> |
RESPY_MGMT_TEAM_MEMBER_TYPE |
static NavigationProperty.Single<TeamMemberFunctions,TeamMembers> |
TO__TEAM_MEMBER
Use with available request builders to apply the _TeamMember navigation property to query operations.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
TeamMemberFunctions() |
TeamMemberFunctions(String respyMgmtGlobalTeamID,
String respyMgmtTeamMemberType,
String responsibilityTeamMember,
String respyMgmtFunction,
TeamMembers to_TeamMember) |
Modifier and Type | Method and Description |
---|---|
static TeamMemberFunctions.TeamMemberFunctionsBuilder |
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 |
getOdataType() |
String |
getResponsibilityTeamMember()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtFunction()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtGlobalTeamID()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getRespyMgmtTeamMemberType()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
io.vavr.control.Option<TeamMembers> |
getTeamMemberIfPresent()
Retrieval of associated TeamMembers entity (one to one).
|
Class<TeamMemberFunctions> |
getType() |
int |
hashCode() |
void |
setResponsibilityTeamMember(String responsibilityTeamMember)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtFunction(String respyMgmtFunction)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtGlobalTeamID(String respyMgmtGlobalTeamID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setRespyMgmtTeamMemberType(String respyMgmtTeamMemberType)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setTeamMember(TeamMembers value)
Overwrites the associated TeamMembers entity for the loaded navigation property _TeamMember.
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties 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
public static final SimpleProperty<TeamMemberFunctions> ALL_FIELDS
public static final SimpleProperty.String<TeamMemberFunctions> RESPY_MGMT_GLOBAL_TEAM_ID
public static final SimpleProperty.String<TeamMemberFunctions> RESPY_MGMT_TEAM_MEMBER_TYPE
public static final SimpleProperty.String<TeamMemberFunctions> RESPONSIBILITY_TEAM_MEMBER
public static final SimpleProperty.String<TeamMemberFunctions> RESPY_MGMT_FUNCTION
public static final NavigationProperty.Single<TeamMemberFunctions,TeamMembers> TO__TEAM_MEMBER
@Nonnull public Class<TeamMemberFunctions> getType()
getType
in class VdmObject<TeamMemberFunctions>
public void setRespyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID)
Original property name from the Odata EDM: RespyMgmtGlobalTeamID
respyMgmtGlobalTeamID
- Global Team ID in Responsibility Mgmt.public void setRespyMgmtTeamMemberType(@Nullable String respyMgmtTeamMemberType)
Original property name from the Odata EDM: RespyMgmtTeamMemberType
respyMgmtTeamMemberType
- Team Member Typepublic void setResponsibilityTeamMember(@Nullable String responsibilityTeamMember)
Original property name from the Odata EDM: ResponsibilityTeamMember
responsibilityTeamMember
- Business Partner Numberpublic void setRespyMgmtFunction(@Nullable String respyMgmtFunction)
Original property name from the Odata EDM: RespyMgmtFunction
respyMgmtFunction
- Functionprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<TeamMemberFunctions>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<TeamMemberFunctions>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<TeamMemberFunctions>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<TeamMemberFunctions>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<TeamMemberFunctions>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<TeamMemberFunctions>
@Nonnull public io.vavr.control.Option<TeamMembers> getTeamMemberIfPresent()
If the navigation property for an entity TeamMemberFunctions has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setTeamMember(TeamMembers value)
value
- New TeamMembers entity.@Nonnull public static TeamMemberFunctions.TeamMemberFunctionsBuilder builder()
@Nullable public String getRespyMgmtGlobalTeamID()
Original property name from the Odata EDM: RespyMgmtGlobalTeamID
@Nullable public String getRespyMgmtTeamMemberType()
Original property name from the Odata EDM: RespyMgmtTeamMemberType
@Nullable public String getResponsibilityTeamMember()
Original property name from the Odata EDM: ResponsibilityTeamMember
@Nullable public String getRespyMgmtFunction()
Original property name from the Odata EDM: RespyMgmtFunction
@Nonnull public String toString()
toString
in class VdmObject<TeamMemberFunctions>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<TeamMemberFunctions>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<TeamMemberFunctions>
public int hashCode()
hashCode
in class VdmEntity<TeamMemberFunctions>
public String getOdataType()
getOdataType
in class VdmObject<TeamMemberFunctions>
Copyright © 2021 SAP SE. All rights reserved.