public static class BusinessPartnerRole.BusinessPartnerRoleBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BusinessPartnerRole.BusinessPartnerRoleBuilder |
authorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
BusinessPartnerRole |
build() |
BusinessPartnerRole.BusinessPartnerRoleBuilder |
businessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BusinessPartnerRole.BusinessPartnerRoleBuilder |
businessPartnerRole(String businessPartnerRole)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
toString() |
BusinessPartnerRole.BusinessPartnerRoleBuilder |
validFrom(ZonedDateTime validFrom)
Constraints: Not nullable, Precision: 0
|
BusinessPartnerRole.BusinessPartnerRoleBuilder |
validTo(ZonedDateTime validTo)
Constraints: Not nullable, Precision: 0
|
@Nonnull public BusinessPartnerRole.BusinessPartnerRoleBuilder businessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
this
.@Nonnull public BusinessPartnerRole.BusinessPartnerRoleBuilder businessPartnerRole(@Nullable String businessPartnerRole)
Original property name from the Odata EDM: BusinessPartnerRole
this
.@Nonnull public BusinessPartnerRole.BusinessPartnerRoleBuilder validFrom(@Nullable ZonedDateTime validFrom)
Original property name from the Odata EDM: ValidFrom
this
.@Nonnull public BusinessPartnerRole.BusinessPartnerRoleBuilder validTo(@Nullable ZonedDateTime validTo)
Original property name from the Odata EDM: ValidTo
this
.@Nonnull public BusinessPartnerRole.BusinessPartnerRoleBuilder authorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
this
.@Nonnull public BusinessPartnerRole build()
Copyright © 2021 SAP SE. All rights reserved.