Class PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype.PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder
- Enclosing class:
- PhaseRelationshipTypeText
Helper class to allow for fluent creation of PhaseRelationshipTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2phaseRelationshipType(String phaseRelationshipType) Constraints: Not nullable, Maximum length: 2phaseRelationshipTypeDesc(String phaseRelationshipTypeDesc) Constraints: Not nullable, Maximum length: 20phaseRelationshipTypeKey(String phaseRelationshipTypeKey) (Key Field) Constraints: Not nullable, Maximum length: 2relshpType(PhaseRelationshipType value) Navigation property to_RelshpType for PhaseRelationshipTypeText to single PhaseRelationshipType.toString()
-
Method Details
-
relshpType
@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder relshpType(PhaseRelationshipType value) Navigation property to_RelshpType for PhaseRelationshipTypeText to single PhaseRelationshipType.- Parameters:
value- The PhaseRelationshipType to build this PhaseRelationshipTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
phaseRelationshipTypeKey
@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder phaseRelationshipTypeKey(@Nullable String phaseRelationshipTypeKey) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PhaseRelationshipTypeKey
- Returns:
this.
-
phaseRelationshipType
@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder phaseRelationshipType(@Nullable String phaseRelationshipType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PhaseRelationshipType
- Returns:
this.
-
phaseRelationshipTypeDesc
@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder phaseRelationshipTypeDesc(@Nullable String phaseRelationshipTypeDesc) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PhaseRelationshipTypeDesc
- Returns:
this.
-
build
-
toString
-