public class TeamOwners extends VdmEntity<TeamOwners>
Original entity name from the Odata EDM: TeamOwnersType
Modifier and Type | Class and Description |
---|---|
static class |
TeamOwners.TeamOwnersBuilder
Helper class to allow for fluent creation of TeamOwners instances.
|
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamOwners> |
ALL_FIELDS
Selector for all available fields of TeamOwners.
|
static SimpleProperty.String<TeamOwners> |
RESPONSIBILITY_TEAM_OWNER |
static SimpleProperty.String<TeamOwners> |
RESPY_MGMT_GLOBAL_TEAM_ID |
static SimpleProperty.String<TeamOwners> |
RESPY_MGMT_TEAM_OWNER_TYPE |
static NavigationProperty.Single<TeamOwners,TeamHeaders> |
TO__TEAM_HEADER
Use with available request builders to apply the _TeamHeader navigation property to query operations.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
TeamOwners() |
TeamOwners(String respyMgmtGlobalTeamID,
String respyMgmtTeamOwnerType,
String responsibilityTeamOwner,
TeamHeaders to_TeamHeader) |
Modifier and Type | Method and Description |
---|---|
static TeamOwners.TeamOwnersBuilder |
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 |
getResponsibilityTeamOwner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtGlobalTeamID()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getRespyMgmtTeamOwnerType()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
io.vavr.control.Option<TeamHeaders> |
getTeamHeaderIfPresent()
Retrieval of associated TeamHeaders entity (one to one).
|
Class<TeamOwners> |
getType() |
int |
hashCode() |
void |
setResponsibilityTeamOwner(String responsibilityTeamOwner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtGlobalTeamID(String respyMgmtGlobalTeamID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setRespyMgmtTeamOwnerType(String respyMgmtTeamOwnerType)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setTeamHeader(TeamHeaders value)
Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.
|
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<TeamOwners> ALL_FIELDS
public static final SimpleProperty.String<TeamOwners> RESPY_MGMT_GLOBAL_TEAM_ID
public static final SimpleProperty.String<TeamOwners> RESPY_MGMT_TEAM_OWNER_TYPE
public static final SimpleProperty.String<TeamOwners> RESPONSIBILITY_TEAM_OWNER
public static final NavigationProperty.Single<TeamOwners,TeamHeaders> TO__TEAM_HEADER
@Nonnull public Class<TeamOwners> getType()
getType
in class VdmObject<TeamOwners>
public void setRespyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID)
Original property name from the Odata EDM: RespyMgmtGlobalTeamID
respyMgmtGlobalTeamID
- Global Team ID in Responsibility Mgmt.public void setRespyMgmtTeamOwnerType(@Nullable String respyMgmtTeamOwnerType)
Original property name from the Odata EDM: RespyMgmtTeamOwnerType
respyMgmtTeamOwnerType
- Team Owner Typepublic void setResponsibilityTeamOwner(@Nullable String responsibilityTeamOwner)
Original property name from the Odata EDM: ResponsibilityTeamOwner
responsibilityTeamOwner
- Business Partner Numberprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<TeamOwners>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<TeamOwners>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<TeamOwners>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<TeamOwners>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<TeamOwners>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<TeamOwners>
@Nonnull public io.vavr.control.Option<TeamHeaders> getTeamHeaderIfPresent()
If the navigation property for an entity TeamOwners 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 setTeamHeader(TeamHeaders value)
value
- New TeamHeaders entity.@Nonnull public static TeamOwners.TeamOwnersBuilder builder()
@Nullable public String getRespyMgmtGlobalTeamID()
Original property name from the Odata EDM: RespyMgmtGlobalTeamID
@Nullable public String getRespyMgmtTeamOwnerType()
Original property name from the Odata EDM: RespyMgmtTeamOwnerType
@Nullable public String getResponsibilityTeamOwner()
Original property name from the Odata EDM: ResponsibilityTeamOwner
@Nonnull public String toString()
toString
in class VdmObject<TeamOwners>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<TeamOwners>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<TeamOwners>
public int hashCode()
hashCode
in class VdmEntity<TeamOwners>
public String getOdataType()
getOdataType
in class VdmObject<TeamOwners>
Copyright © 2021 SAP SE. All rights reserved.