Class TeamOwners.TeamOwnersBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamOwners.TeamOwnersBuilder
- Enclosing class:
- TeamOwners
Helper class to allow for fluent creation of TeamOwners instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()responsibilityTeamOwner(String responsibilityTeamOwner) (Key Field) Constraints: Not nullable, Maximum length: 10respyMgmtGlobalTeamID(String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40respyMgmtTeamOwnerType(String respyMgmtTeamOwnerType) (Key Field) Constraints: Not nullable, Maximum length: 2teamHeader(TeamHeaders value) Navigation property _TeamHeader for TeamOwners to single TeamHeaders.toString()
-
Method Details
-
teamHeader
Navigation property _TeamHeader for TeamOwners to single TeamHeaders.- Parameters:
value- The TeamHeaders to build this TeamOwners with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtGlobalTeamID
@Nonnull public TeamOwners.TeamOwnersBuilder respyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Returns:
this.
-
respyMgmtTeamOwnerType
@Nonnull public TeamOwners.TeamOwnersBuilder respyMgmtTeamOwnerType(@Nullable String respyMgmtTeamOwnerType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtTeamOwnerType
- Returns:
this.
-
responsibilityTeamOwner
@Nonnull public TeamOwners.TeamOwnersBuilder responsibilityTeamOwner(@Nullable String responsibilityTeamOwner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ResponsibilityTeamOwner
- Returns:
this.
-
build
-
toString
-