Class CABillgPln.CABillgPlnBuilder
- Enclosing class:
- CABillgPln
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10cAApplicationArea(String cAApplicationArea) Constraints: Not nullable, Maximum length: 1cABillgPlnCategory(String cABillgPlnCategory) Constraints: Not nullable, Maximum length: 5cABillgPlnChangeDate(LocalDate cABillgPlnChangeDate) Constraints: NullablecABillgPlnChangedByUser(String cABillgPlnChangedByUser) Constraints: Not nullable, Maximum length: 12cABillgPlnChangeTime(LocalTime cABillgPlnChangeTime) Constraints: Not nullablecABillgPlnCompletionDate(LocalDate cABillgPlnCompletionDate) Constraints: NullablecABillgPlnCreatedByUser(String cABillgPlnCreatedByUser) Constraints: Not nullable, Maximum length: 12cABillgPlnCreationDate(LocalDate cABillgPlnCreationDate) Constraints: NullablecABillgPlnCreationMode(String cABillgPlnCreationMode) Constraints: Not nullable, Maximum length: 1cABillgPlnCreationTime(LocalTime cABillgPlnCreationTime) Constraints: Not nullablecABillgPlnDescription(String cABillgPlnDescription) Constraints: Not nullable, Maximum length: 60cABillgPlnEndDate(LocalDate cABillgPlnEndDate) Constraints: NullablecABillgPlnExternalReference(String cABillgPlnExternalReference) Constraints: Not nullable, Maximum length: 32cABillgPlnIsTemplate(Boolean cABillgPlnIsTemplate) Constraints: Not nullablecaBillgPlnItem(CABillgPlnItem... value) Navigation property _CABillgPlnItem for CABillgPln to multiple CABillgPlnItem.cABillgPlnLastRequestDate(LocalDate cABillgPlnLastRequestDate) Constraints: NullablecABillgPlnNextRequestDate(LocalDate cABillgPlnNextRequestDate) Constraints: NullablecABillgPlnNumber(String cABillgPlnNumber) (Key Field) Constraints: Not nullable, Maximum length: 12cABillgPlnNumberBllbleItm(String cABillgPlnNumberBllbleItm) Constraints: Not nullable, Maximum length: 8cABillgPlnStartDate(LocalDate cABillgPlnStartDate) Constraints: NullablecABillgPlnStatus(String cABillgPlnStatus) Constraints: Not nullable, Maximum length: 1cABillgPlnType(String cABillgPlnType) Constraints: Not nullable, Maximum length: 5cAContract(String cAContract) Constraints: Not nullable, Maximum length: 20cAInvcgMasterDataType(String cAInvcgMasterDataType) Constraints: Not nullable, Maximum length: 1cAInvcgOffsettingReferenceKey(String cAInvcgOffsettingReferenceKey) Constraints: Not nullable, Maximum length: 20cAMasterAgreement(String cAMasterAgreement) Constraints: Not nullable, Maximum length: 10cAProviderContractItemUUID(UUID cAProviderContractItemUUID) Constraints: NullablecASubApplication(String cASubApplication) Constraints: Not nullable, Maximum length: 1contractAccount(String contractAccount) Constraints: Not nullable, Maximum length: 12logicalSystem(String logicalSystem) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
caBillgPlnItem
Navigation property _CABillgPlnItem for CABillgPln to multiple CABillgPlnItem.- Parameters:
value- The CABillgPlnItems to build this CABillgPln with.- Returns:
- This Builder to allow for a fluent interface.
-
cABillgPlnNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CABillgPlnNumber
- Returns:
this.
-
cABillgPlnCategory
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnCategory(@Nullable String cABillgPlnCategory) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: CABillgPlnCategory
- Returns:
this.
-
cABillgPlnType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: CABillgPlnType
- Returns:
this.
-
cABillgPlnStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CABillgPlnStatus
- Returns:
this.
-
cABillgPlnStartDate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnStartDate(@Nullable LocalDate cABillgPlnStartDate) Constraints: NullableOriginal property name from the Odata EDM: CABillgPlnStartDate
- Returns:
this.
-
cABillgPlnEndDate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnEndDate(@Nullable LocalDate cABillgPlnEndDate) Constraints: NullableOriginal property name from the Odata EDM: CABillgPlnEndDate
- Returns:
this.
-
cABillgPlnLastRequestDate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnLastRequestDate(@Nullable LocalDate cABillgPlnLastRequestDate) Constraints: NullableOriginal property name from the Odata EDM: CABillgPlnLastRequestDate
- Returns:
this.
-
cABillgPlnNextRequestDate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnNextRequestDate(@Nullable LocalDate cABillgPlnNextRequestDate) Constraints: NullableOriginal property name from the Odata EDM: CABillgPlnNextRequestDate
- Returns:
this.
-
cABillgPlnDescription
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnDescription(@Nullable String cABillgPlnDescription) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: CABillgPlnDescription
- Returns:
this.
-
cABillgPlnExternalReference
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnExternalReference(@Nullable String cABillgPlnExternalReference) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: CABillgPlnExternalReference
- Returns:
this.
-
logicalSystem
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LogicalSystem
- Returns:
this.
-
cAApplicationArea
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CAApplicationArea
- Returns:
this.
-
businessPartner
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
contractAccount
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ContractAccount
- Returns:
this.
-
cAInvcgMasterDataType
@Nonnull public CABillgPln.CABillgPlnBuilder cAInvcgMasterDataType(@Nullable String cAInvcgMasterDataType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CAInvcgMasterDataType
- Returns:
this.
-
cAContract
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CAContract
- Returns:
this.
-
cAProviderContractItemUUID
@Nonnull public CABillgPln.CABillgPlnBuilder cAProviderContractItemUUID(@Nullable UUID cAProviderContractItemUUID) Constraints: NullableOriginal property name from the Odata EDM: CAProviderContractItemUUID
- Returns:
this.
-
cASubApplication
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CASubApplication
- Returns:
this.
-
cAMasterAgreement
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CAMasterAgreement
- Returns:
this.
-
cAInvcgOffsettingReferenceKey
@Nonnull public CABillgPln.CABillgPlnBuilder cAInvcgOffsettingReferenceKey(@Nullable String cAInvcgOffsettingReferenceKey) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CAInvcgOffsettingReferenceKey
- Returns:
this.
-
cABillgPlnCreatedByUser
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnCreatedByUser(@Nullable String cABillgPlnCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CABillgPlnCreatedByUser
- Returns:
this.
-
cABillgPlnCreationDate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnCreationDate(@Nullable LocalDate cABillgPlnCreationDate) Constraints: NullableOriginal property name from the Odata EDM: CABillgPlnCreationDate
- Returns:
this.
-
cABillgPlnCreationTime
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnCreationTime(@Nullable LocalTime cABillgPlnCreationTime) Constraints: Not nullableOriginal property name from the Odata EDM: CABillgPlnCreationTime
- Returns:
this.
-
cABillgPlnChangedByUser
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnChangedByUser(@Nullable String cABillgPlnChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CABillgPlnChangedByUser
- Returns:
this.
-
cABillgPlnChangeDate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnChangeDate(@Nullable LocalDate cABillgPlnChangeDate) Constraints: NullableOriginal property name from the Odata EDM: CABillgPlnChangeDate
- Returns:
this.
-
cABillgPlnChangeTime
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnChangeTime(@Nullable LocalTime cABillgPlnChangeTime) Constraints: Not nullableOriginal property name from the Odata EDM: CABillgPlnChangeTime
- Returns:
this.
-
cABillgPlnCreationMode
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnCreationMode(@Nullable String cABillgPlnCreationMode) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CABillgPlnCreationMode
- Returns:
this.
-
cABillgPlnNumberBllbleItm
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnNumberBllbleItm(@Nullable String cABillgPlnNumberBllbleItm) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CABillgPlnNumberBllbleItm
- Returns:
this.
-
cABillgPlnCompletionDate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnCompletionDate(@Nullable LocalDate cABillgPlnCompletionDate) Constraints: NullableOriginal property name from the Odata EDM: CABillgPlnCompletionDate
- Returns:
this.
-
cABillgPlnIsTemplate
@Nonnull public CABillgPln.CABillgPlnBuilder cABillgPlnIsTemplate(@Nullable Boolean cABillgPlnIsTemplate) Constraints: Not nullableOriginal property name from the Odata EDM: CABillgPlnIsTemplate
- Returns:
this.
-
_Messages
@Nonnull public CABillgPln.CABillgPlnBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-