Class ServiceContractTemplate.ServiceContractTemplateBuilder
- Enclosing class:
- ServiceContractTemplate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customerPurchaseOrderDate(LocalDate customerPurchaseOrderDate) Constraints: Nullableitem(ServiceContractTemplateItem... value) Navigation property _Item for ServiceContractTemplate to multiple ServiceContractTemplateItem.Constraints: Not nullable, Maximum length: 2longText(SrvcContrTmplLongText... value) Navigation property _LongText for ServiceContractTemplate to multiple SrvcContrTmplLongText.postingDate(LocalDate postingDate) Constraints: NullablepurchaseOrderByCustomer(String purchaseOrderByCustomer) Constraints: Not nullable, Maximum length: 35respEmployeeBusinessPartnerId(String respEmployeeBusinessPartnerId) Constraints: Not nullable, Maximum length: 10serviceContractTemplate(String serviceContractTemplate) (Key Field) Constraints: Not nullable, Maximum length: 10serviceContractTemplateType(String serviceContractTemplateType) Constraints: Not nullable, Maximum length: 4serviceDocChangedDateTime(OffsetDateTime serviceDocChangedDateTime) Constraints: NullableserviceDocCreationDateTime(OffsetDateTime serviceDocCreationDateTime) Constraints: NullableserviceDocumentChangedByUser(String serviceDocumentChangedByUser) Constraints: Not nullable, Maximum length: 12serviceDocumentCreatedByUser(String serviceDocumentCreatedByUser) Constraints: Not nullable, Maximum length: 12serviceObjectType(String serviceObjectType) Constraints: Not nullable, Maximum length: 10srvcContrDuration(BigDecimal srvcContrDuration) Constraints: Not nullable, Precision: 13srvcContrDurationUnitISOCode(String srvcContrDurationUnitISOCode) Constraints: Not nullable, Maximum length: 3srvcContrDurationUnitSAPCode(String srvcContrDurationUnitSAPCode) Constraints: Not nullable, Maximum length: 3srvcContrTmplDescription(String srvcContrTmplDescription) Constraints: Not nullable, Maximum length: 40srvcContrTmplHasError(Boolean srvcContrTmplHasError) Constraints: Not nullablesrvcContrTmplIsCompleted(Boolean srvcContrTmplIsCompleted) Constraints: Not nullablesrvcContrTmplIsInProcess(Boolean srvcContrTmplIsInProcess) Constraints: Not nullablesrvcContrTmplIsNew(Boolean srvcContrTmplIsNew) Constraints: Not nullablesrvcContrTmplIsReleased(Boolean srvcContrTmplIsReleased) Constraints: Not nullablesrvcContrTmplStatus(String srvcContrTmplStatus) Constraints: Not nullable, Maximum length: 4srvcContrTmplValdtyEndDateTime(OffsetDateTime srvcContrTmplValdtyEndDateTime) Constraints: NullablesrvcContrTmplValdtyStrtDteTime(OffsetDateTime srvcContrTmplValdtyStrtDteTime) Constraints: NullabletoString()
-
Method Details
-
item
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder item(ServiceContractTemplateItem... value) Navigation property _Item for ServiceContractTemplate to multiple ServiceContractTemplateItem.- Parameters:
value- The ServiceContractTemplateItems to build this ServiceContractTemplate with.- Returns:
- This Builder to allow for a fluent interface.
-
longText
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder longText(SrvcContrTmplLongText... value) Navigation property _LongText for ServiceContractTemplate to multiple SrvcContrTmplLongText.- Parameters:
value- The SrvcContrTmplLongTexts to build this ServiceContractTemplate with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractTemplate
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder serviceContractTemplate(@Nullable String serviceContractTemplate) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceContractTemplate
- Returns:
this.
-
serviceObjectType
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder serviceObjectType(@Nullable String serviceObjectType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceObjectType
- Returns:
this.
-
serviceContractTemplateType
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder serviceContractTemplateType(@Nullable String serviceContractTemplateType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceContractTemplateType
- Returns:
this.
-
srvcContrTmplDescription
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplDescription(@Nullable String srvcContrTmplDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SrvcContrTmplDescription
- Returns:
this.
-
language
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder language(@Nullable String language) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
serviceDocCreationDateTime
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder serviceDocCreationDateTime(@Nullable OffsetDateTime serviceDocCreationDateTime) Constraints: NullableOriginal property name from the Odata EDM: ServiceDocCreationDateTime
- Returns:
this.
-
serviceDocChangedDateTime
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder serviceDocChangedDateTime(@Nullable OffsetDateTime serviceDocChangedDateTime) Constraints: NullableOriginal property name from the Odata EDM: ServiceDocChangedDateTime
- Returns:
this.
-
serviceDocumentCreatedByUser
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder serviceDocumentCreatedByUser(@Nullable String serviceDocumentCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ServiceDocumentCreatedByUser
- Returns:
this.
-
serviceDocumentChangedByUser
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder serviceDocumentChangedByUser(@Nullable String serviceDocumentChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ServiceDocumentChangedByUser
- Returns:
this.
-
postingDate
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder postingDate(@Nullable LocalDate postingDate) Constraints: NullableOriginal property name from the Odata EDM: PostingDate
- Returns:
this.
-
srvcContrTmplValdtyStrtDteTime
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplValdtyStrtDteTime(@Nullable OffsetDateTime srvcContrTmplValdtyStrtDteTime) Constraints: NullableOriginal property name from the Odata EDM: SrvcContrTmplValdtyStrtDteTime
- Returns:
this.
-
srvcContrTmplValdtyEndDateTime
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplValdtyEndDateTime(@Nullable OffsetDateTime srvcContrTmplValdtyEndDateTime) Constraints: NullableOriginal property name from the Odata EDM: SrvcContrTmplValdtyEndDateTime
- Returns:
this.
-
srvcContrDuration
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrDuration(@Nullable BigDecimal srvcContrDuration) Constraints: Not nullable, Precision: 13Original property name from the Odata EDM: SrvcContrDuration
- Returns:
this.
-
srvcContrDurationUnitSAPCode
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrDurationUnitSAPCode(@Nullable String srvcContrDurationUnitSAPCode) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SrvcContrDurationUnitSAPCode
- Returns:
this.
-
srvcContrDurationUnitISOCode
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrDurationUnitISOCode(@Nullable String srvcContrDurationUnitISOCode) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SrvcContrDurationUnitISOCode
- Returns:
this.
-
srvcContrTmplStatus
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplStatus(@Nullable String srvcContrTmplStatus) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SrvcContrTmplStatus
- Returns:
this.
-
srvcContrTmplHasError
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplHasError(@Nullable Boolean srvcContrTmplHasError) Constraints: Not nullableOriginal property name from the Odata EDM: SrvcContrTmplHasError
- Returns:
this.
-
srvcContrTmplIsNew
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplIsNew(@Nullable Boolean srvcContrTmplIsNew) Constraints: Not nullableOriginal property name from the Odata EDM: SrvcContrTmplIsNew
- Returns:
this.
-
srvcContrTmplIsInProcess
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplIsInProcess(@Nullable Boolean srvcContrTmplIsInProcess) Constraints: Not nullableOriginal property name from the Odata EDM: SrvcContrTmplIsInProcess
- Returns:
this.
-
srvcContrTmplIsReleased
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplIsReleased(@Nullable Boolean srvcContrTmplIsReleased) Constraints: Not nullableOriginal property name from the Odata EDM: SrvcContrTmplIsReleased
- Returns:
this.
-
srvcContrTmplIsCompleted
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder srvcContrTmplIsCompleted(@Nullable Boolean srvcContrTmplIsCompleted) Constraints: Not nullableOriginal property name from the Odata EDM: SrvcContrTmplIsCompleted
- Returns:
this.
-
respEmployeeBusinessPartnerId
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder respEmployeeBusinessPartnerId(@Nullable String respEmployeeBusinessPartnerId) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespEmployeeBusinessPartnerId
- Returns:
this.
-
purchaseOrderByCustomer
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder purchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: PurchaseOrderByCustomer
- Returns:
this.
-
customerPurchaseOrderDate
@Nonnull public ServiceContractTemplate.ServiceContractTemplateBuilder customerPurchaseOrderDate(@Nullable LocalDate customerPurchaseOrderDate) Constraints: NullableOriginal property name from the Odata EDM: CustomerPurchaseOrderDate
- Returns:
this.
-
build
-
toString
-