Class TeamAttributes.TeamAttributesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamAttributes.TeamAttributesBuilder
- Enclosing class:
- TeamAttributes
Helper class to allow for fluent creation of TeamAttributes instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()respyMgmtAttributeHighValue(String respyMgmtAttributeHighValue) (Key Field) Constraints: Not nullable, Maximum length: 50respyMgmtAttributeLowValue(String respyMgmtAttributeLowValue) (Key Field) Constraints: Not nullable, Maximum length: 50respyMgmtAttributeName(String respyMgmtAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30respyMgmtAttributeOption(String respyMgmtAttributeOption) (Key Field) Constraints: Not nullable, Maximum length: 2respyMgmtAttributeSign(String respyMgmtAttributeSign) (Key Field) Constraints: Not nullable, Maximum length: 1respyMgmtGlobalTeamID(String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40teamHeader(TeamHeaders value) Navigation property _TeamHeader for TeamAttributes to single TeamHeaders.toString()
-
Method Details
-
teamHeader
Navigation property _TeamHeader for TeamAttributes to single TeamHeaders.- Parameters:
value- The TeamHeaders to build this TeamAttributes with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtGlobalTeamID
@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Returns:
this.
-
respyMgmtAttributeName
@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeName(@Nullable String respyMgmtAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtAttributeName
- Returns:
this.
-
respyMgmtAttributeSign
@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeSign(@Nullable String respyMgmtAttributeSign) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RespyMgmtAttributeSign
- Returns:
this.
-
respyMgmtAttributeOption
@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeOption(@Nullable String respyMgmtAttributeOption) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtAttributeOption
- Returns:
this.
-
respyMgmtAttributeLowValue
@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeLowValue(@Nullable String respyMgmtAttributeLowValue) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtAttributeLowValue
- Returns:
this.
-
respyMgmtAttributeHighValue
@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeHighValue(@Nullable String respyMgmtAttributeHighValue) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtAttributeHighValue
- Returns:
this.
-
build
-
toString
-