Class TeamOwners
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<TeamOwners>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamOwners
- All Implemented Interfaces:
VdmEntitySet
Team Owners
Original entity name from the Odata EDM: TeamOwnersType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of TeamOwners instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamOwners>Selector for all available fields of TeamOwners.static final SimpleProperty.String<TeamOwners>static final SimpleProperty.String<TeamOwners>static final SimpleProperty.String<TeamOwners>static final NavigationProperty.Single<TeamOwners,TeamHeaders> Use with available request builders to apply the _TeamHeader navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionTeamOwners(String respyMgmtGlobalTeamID, String respyMgmtTeamOwnerType, String responsibilityTeamOwner, TeamHeaders to_TeamHeader) -
Method Summary
Modifier and TypeMethodDescriptionstatic TeamOwners.TeamOwnersBuilderbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 2io.vavr.control.Option<TeamHeaders>Retrieval of associated TeamHeaders entity (one to one).getType()inthashCode()voidsetResponsibilityTeamOwner(String responsibilityTeamOwner) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetRespyMgmtGlobalTeamID(String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetRespyMgmtTeamOwnerType(String respyMgmtTeamOwnerType) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetTeamHeader(TeamHeaders value) Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of TeamOwners. -
RESPY_MGMT_GLOBAL_TEAM_ID
-
RESPY_MGMT_TEAM_OWNER_TYPE
-
RESPONSIBILITY_TEAM_OWNER
-
TO__TEAM_HEADER
Use with available request builders to apply the _TeamHeader navigation property to query operations.
-
-
Constructor Details
-
TeamOwners
public TeamOwners() -
TeamOwners
public TeamOwners(@Nullable String respyMgmtGlobalTeamID, @Nullable String respyMgmtTeamOwnerType, @Nullable String responsibilityTeamOwner, @Nullable TeamHeaders to_TeamHeader)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<TeamOwners>
-
setRespyMgmtGlobalTeamID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Parameters:
respyMgmtGlobalTeamID- Global Team ID in Responsibility Mgmt.
-
setRespyMgmtTeamOwnerType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtTeamOwnerType
- Parameters:
respyMgmtTeamOwnerType- Team Owner Type
-
setResponsibilityTeamOwner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ResponsibilityTeamOwner
- Parameters:
responsibilityTeamOwner- Business Partner Number
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<TeamOwners>
-
getKey
- Overrides:
getKeyin classVdmObject<TeamOwners>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<TeamOwners>
-
fromMap
- Overrides:
fromMapin classVdmObject<TeamOwners>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<TeamOwners>
-
getTeamHeaderIfPresent
Retrieval of associated TeamHeaders entity (one to one). This corresponds to the OData navigation property _TeamHeader.If the navigation property for an entity TeamOwners has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _TeamHeader is already loaded, the result will contain
the TeamHeaders entity. If not, an
Optionwith result stateemptyis returned.
-
setTeamHeader
Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.- Parameters:
value- New TeamHeaders entity.
-
builder
-
getRespyMgmtGlobalTeamID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Returns:
- Global Team ID in Responsibility Mgmt.
-
getRespyMgmtTeamOwnerType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtTeamOwnerType
- Returns:
- Team Owner Type
-
getResponsibilityTeamOwner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ResponsibilityTeamOwner
- Returns:
- Business Partner Number
-
toString
- Overrides:
toStringin classVdmObject<TeamOwners>
-
equals
- Overrides:
equalsin classVdmEntity<TeamOwners>
-
canEqual
- Overrides:
canEqualin classVdmEntity<TeamOwners>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<TeamOwners>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<TeamOwners>
-