Class ProjectBillingRequest.ProjectBillingRequestBuilder
- Enclosing class:
- ProjectBillingRequest
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()projBillgReqApprovalStatus(String projBillgReqApprovalStatus) Constraints: Not nullable, Maximum length: 1projBillgReqCreatedAtDteTme(OffsetDateTime projBillgReqCreatedAtDteTme) Constraints: Nullable, Precision: 7projBillgReqCreatedBy(String projBillgReqCreatedBy) Constraints: Not nullable, Maximum length: 12projBillgReqLastChgdAtDteTme(OffsetDateTime projBillgReqLastChgdAtDteTme) Constraints: Nullable, Precision: 7projBillgReqLastChgdBy(String projBillgReqLastChgdBy) Constraints: Not nullable, Maximum length: 12Navigation property _ProjectBillingReqItemTP for ProjectBillingRequest to multiple ProjectBillingRequestItem.projectBillingRequest(String projectBillingRequest) Constraints: Not nullable, Maximum length: 10projectBillingRequestStatus(String projectBillingRequestStatus) Constraints: Not nullable, Maximum length: 1projectBillingRequestUUID(UUID projectBillingRequestUUID) (Key Field) Constraints: Not nullableprojectUUID(UUID projectUUID) Constraints: NullablesalesDocument(String salesDocument) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
projectBillingReqItemTP
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projectBillingReqItemTP(ProjectBillingRequestItem... value) Navigation property _ProjectBillingReqItemTP for ProjectBillingRequest to multiple ProjectBillingRequestItem.- Parameters:
value- The ProjectBillingRequestItems to build this ProjectBillingRequest with.- Returns:
- This Builder to allow for a fluent interface.
-
projectBillingRequestUUID
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projectBillingRequestUUID(@Nullable UUID projectBillingRequestUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjectBillingRequestUUID
- Returns:
this.
-
projectBillingRequest
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projectBillingRequest(@Nullable String projectBillingRequest) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProjectBillingRequest
- Returns:
this.
-
projectBillingRequestStatus
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projectBillingRequestStatus(@Nullable String projectBillingRequestStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProjectBillingRequestStatus
- Returns:
this.
-
projBillgReqApprovalStatus
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projBillgReqApprovalStatus(@Nullable String projBillgReqApprovalStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProjBillgReqApprovalStatus
- Returns:
this.
-
salesDocument
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder salesDocument(@Nullable String salesDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesDocument
- Returns:
this.
-
projBillgReqLastChgdBy
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projBillgReqLastChgdBy(@Nullable String projBillgReqLastChgdBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProjBillgReqLastChgdBy
- Returns:
this.
-
projBillgReqLastChgdAtDteTme
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projBillgReqLastChgdAtDteTme(@Nullable OffsetDateTime projBillgReqLastChgdAtDteTme) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: ProjBillgReqLastChgdAtDteTme
- Returns:
this.
-
projBillgReqCreatedBy
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projBillgReqCreatedBy(@Nullable String projBillgReqCreatedBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProjBillgReqCreatedBy
- Returns:
this.
-
projBillgReqCreatedAtDteTme
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projBillgReqCreatedAtDteTme(@Nullable OffsetDateTime projBillgReqCreatedAtDteTme) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: ProjBillgReqCreatedAtDteTme
- Returns:
this.
-
projectUUID
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder projectUUID(@Nullable UUID projectUUID) Constraints: NullableOriginal property name from the Odata EDM: ProjectUUID
- Returns:
this.
-
_Messages
@Nonnull public ProjectBillingRequest.ProjectBillingRequestBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-