Class BuPaAddressUsage.BuPaAddressUsageBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaAddressUsage.BuPaAddressUsageBuilder
- Enclosing class:
- BuPaAddressUsage
-
Method Summary
Modifier and TypeMethodDescription(Key Field) Constraints: Not nullable, Maximum length: 10addressUsage(String addressUsage) (Key Field) Constraints: Not nullable, Maximum length: 10authorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4build()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10standardUsage(Boolean standardUsage) Constraints: nonetoString()validityEndDate(ZonedDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(ZonedDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
businessPartner
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
validityEndDate
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder validityEndDate(@Nullable ZonedDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
addressUsage
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder addressUsage(@Nullable String addressUsage) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressUsage
- Returns:
this.
-
addressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
validityStartDate
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder validityStartDate(@Nullable ZonedDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
standardUsage
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder standardUsage(@Nullable Boolean standardUsage) Constraints: noneOriginal property name from the Odata EDM: StandardUsage
- Returns:
this.
-
authorizationGroup
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder authorizationGroup(@Nullable String authorizationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
this.
-
build
-
toString
-