Class BPRelationship.BPRelationshipBuilder
- Enclosing class:
- BPRelationship
-
Method Summary
Modifier and TypeMethodDescriptionbPRelationshipType(String bPRelationshipType) Constraints: Not nullable, Maximum length: 4build()businessPartner1(String businessPartner1) (Key Field) Constraints: Not nullable, Maximum length: 10businessPartner2(String businessPartner2) (Key Field) Constraints: Not nullable, Maximum length: 10createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0creationTime(LocalTime creationTime) Constraints: Not nullable, Precision: 0isStandardRelationship(Boolean isStandardRelationship) Constraints: nonelastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12lastChangeTime(LocalTime lastChangeTime) Constraints: Not nullable, Precision: 0relationshipCategory(String relationshipCategory) Constraints: Not nullable, Maximum length: 6relationshipNumber(String relationshipNumber) (Key Field) Constraints: Not nullable, Maximum length: 12toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
relationshipNumber
@Nonnull public BPRelationship.BPRelationshipBuilder relationshipNumber(@Nullable String relationshipNumber) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RelationshipNumber
- Returns:
this.
-
businessPartner1
@Nonnull public BPRelationship.BPRelationshipBuilder businessPartner1(@Nullable String businessPartner1) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner1
- Returns:
this.
-
businessPartner2
@Nonnull public BPRelationship.BPRelationshipBuilder businessPartner2(@Nullable String businessPartner2) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner2
- Returns:
this.
-
validityEndDate
@Nonnull public BPRelationship.BPRelationshipBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
validityStartDate
@Nonnull public BPRelationship.BPRelationshipBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
isStandardRelationship
@Nonnull public BPRelationship.BPRelationshipBuilder isStandardRelationship(@Nullable Boolean isStandardRelationship) Constraints: noneOriginal property name from the Odata EDM: IsStandardRelationship
- Returns:
this.
-
relationshipCategory
@Nonnull public BPRelationship.BPRelationshipBuilder relationshipCategory(@Nullable String relationshipCategory) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: RelationshipCategory
- Returns:
this.
-
bPRelationshipType
@Nonnull public BPRelationship.BPRelationshipBuilder bPRelationshipType(@Nullable String bPRelationshipType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BPRelationshipType
- Returns:
this.
-
createdByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDate
@Nonnull public BPRelationship.BPRelationshipBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public BPRelationship.BPRelationshipBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public BPRelationship.BPRelationshipBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangeTime
@Nonnull public BPRelationship.BPRelationshipBuilder lastChangeTime(@Nullable LocalTime lastChangeTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeTime
- Returns:
this.
-
build
-
toString
-