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