public static class BuPaAddressUsage.BuPaAddressUsageBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BuPaAddressUsage.BuPaAddressUsageBuilder |
addressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
addressUsage(String addressUsage)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
authorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
BuPaAddressUsage |
build() |
BuPaAddressUsage.BuPaAddressUsageBuilder |
businessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
standardUsage(Boolean standardUsage)
Constraints: none
|
String |
toString() |
BuPaAddressUsage.BuPaAddressUsageBuilder |
validityEndDate(ZonedDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
validityStartDate(ZonedDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder businessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder validityEndDate(@Nullable ZonedDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder addressUsage(@Nullable String addressUsage)
Original property name from the Odata EDM: AddressUsage
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder addressID(@Nullable String addressID)
Original property name from the Odata EDM: AddressID
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder validityStartDate(@Nullable ZonedDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder standardUsage(@Nullable Boolean standardUsage)
Original property name from the Odata EDM: StandardUsage
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder authorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
this
.@Nonnull public BuPaAddressUsage build()
Copyright © 2021 SAP SE. All rights reserved.