Modifier and Type | Method and Description |
---|---|
Lead |
build() |
Lead.LeadBuilder |
contactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
Lead.LeadBuilder |
distributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
Lead.LeadBuilder |
division(String division)
Constraints: Not nullable, Maximum length: 2
|
Lead.LeadBuilder |
item(LeadItem... value)
Navigation property to_Item for Lead to multiple LeadItem.
|
Lead.LeadBuilder |
lead(String lead)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Lead.LeadBuilder |
leadDescription(String leadDescription)
Constraints: Not nullable, Maximum length: 40
|
Lead.LeadBuilder |
leadEndDateTime(ZonedDateTime leadEndDateTime)
Constraints: Not nullable, Precision: 0
|
Lead.LeadBuilder |
leadGroup(String leadGroup)
Constraints: Not nullable, Maximum length: 4
|
Lead.LeadBuilder |
leadIsCompleted(String leadIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
Lead.LeadBuilder |
leadOrigin(String leadOrigin)
Constraints: Not nullable, Maximum length: 3
|
Lead.LeadBuilder |
leadPriority(String leadPriority)
Constraints: Not nullable, Maximum length: 1
|
Lead.LeadBuilder |
leadProcessType(String leadProcessType)
Constraints: Not nullable, Maximum length: 4
|
Lead.LeadBuilder |
leadQualificationLevel(String leadQualificationLevel)
Constraints: Not nullable, Maximum length: 2
|
Lead.LeadBuilder |
leadStartDateTime(ZonedDateTime leadStartDateTime)
Constraints: Not nullable, Precision: 0
|
Lead.LeadBuilder |
leadUUID(UUID leadUUID)
Constraints: none
|
Lead.LeadBuilder |
personResponsible(LeadPersonResp... value)
Navigation property to_PersonResponsible for Lead to multiple LeadPersonResp.
|
Lead.LeadBuilder |
prospect(String prospect)
Constraints: Not nullable, Maximum length: 10
|
Lead.LeadBuilder |
responsibleSalesOrganization(String responsibleSalesOrganization)
Constraints: Not nullable, Maximum length: 14
|
Lead.LeadBuilder |
responsibleServiceOrganization(String responsibleServiceOrganization)
Constraints: Not nullable, Maximum length: 14
|
Lead.LeadBuilder |
salesGroupOrgUnitID(String salesGroupOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
Lead.LeadBuilder |
salesOfficeOrgUnitID(String salesOfficeOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
Lead.LeadBuilder |
salesOrganizationOrgUnitID(String salesOrganizationOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
Lead.LeadBuilder |
salesRepresentative(String salesRepresentative)
Constraints: Not nullable, Maximum length: 10
|
Lead.LeadBuilder |
serviceOrganization(String serviceOrganization)
Constraints: Not nullable, Maximum length: 14
|
Lead.LeadBuilder |
statusActiveSinceDate(LocalDateTime statusActiveSinceDate)
Constraints: Not nullable, Precision: 0
|
Lead.LeadBuilder |
text(LeadText... value)
Navigation property to_Text for Lead to multiple LeadText.
|
String |
toString() |
@Nonnull public Lead.LeadBuilder item(LeadItem... value)
value
- The LeadItems to build this Lead with.@Nonnull public Lead.LeadBuilder personResponsible(LeadPersonResp... value)
value
- The LeadPersonResps to build this Lead with.@Nonnull public Lead.LeadBuilder text(LeadText... value)
value
- The LeadTexts to build this Lead with.@Nonnull public Lead.LeadBuilder lead(@Nullable String lead)
Original property name from the Odata EDM: Lead
this
.@Nonnull public Lead.LeadBuilder leadProcessType(@Nullable String leadProcessType)
Original property name from the Odata EDM: LeadProcessType
this
.@Nonnull public Lead.LeadBuilder leadDescription(@Nullable String leadDescription)
Original property name from the Odata EDM: LeadDescription
this
.@Nonnull public Lead.LeadBuilder leadUUID(@Nullable UUID leadUUID)
Original property name from the Odata EDM: LeadUUID
this
.@Nonnull public Lead.LeadBuilder leadOrigin(@Nullable String leadOrigin)
Original property name from the Odata EDM: LeadOrigin
this
.@Nonnull public Lead.LeadBuilder leadPriority(@Nullable String leadPriority)
Original property name from the Odata EDM: LeadPriority
this
.@Nonnull public Lead.LeadBuilder statusActiveSinceDate(@Nullable LocalDateTime statusActiveSinceDate)
Original property name from the Odata EDM: StatusActiveSinceDate
this
.@Nonnull public Lead.LeadBuilder leadGroup(@Nullable String leadGroup)
Original property name from the Odata EDM: LeadGroup
this
.@Nonnull public Lead.LeadBuilder leadQualificationLevel(@Nullable String leadQualificationLevel)
Original property name from the Odata EDM: LeadQualificationLevel
this
.@Nonnull public Lead.LeadBuilder leadEndDateTime(@Nullable ZonedDateTime leadEndDateTime)
Original property name from the Odata EDM: LeadEndDateTime
this
.@Nonnull public Lead.LeadBuilder leadStartDateTime(@Nullable ZonedDateTime leadStartDateTime)
Original property name from the Odata EDM: LeadStartDateTime
this
.@Nonnull public Lead.LeadBuilder leadIsCompleted(@Nullable String leadIsCompleted)
Original property name from the Odata EDM: LeadIsCompleted
this
.@Nonnull public Lead.LeadBuilder distributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
this
.@Nonnull public Lead.LeadBuilder division(@Nullable String division)
Original property name from the Odata EDM: Division
this
.@Nonnull public Lead.LeadBuilder salesOrganizationOrgUnitID(@Nullable String salesOrganizationOrgUnitID)
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
this
.@Nonnull public Lead.LeadBuilder salesOfficeOrgUnitID(@Nullable String salesOfficeOrgUnitID)
Original property name from the Odata EDM: SalesOfficeOrgUnitID
this
.@Nonnull public Lead.LeadBuilder salesGroupOrgUnitID(@Nullable String salesGroupOrgUnitID)
Original property name from the Odata EDM: SalesGroupOrgUnitID
this
.@Nonnull public Lead.LeadBuilder responsibleSalesOrganization(@Nullable String responsibleSalesOrganization)
Original property name from the Odata EDM: ResponsibleSalesOrganization
this
.@Nonnull public Lead.LeadBuilder serviceOrganization(@Nullable String serviceOrganization)
Original property name from the Odata EDM: ServiceOrganization
this
.@Nonnull public Lead.LeadBuilder responsibleServiceOrganization(@Nullable String responsibleServiceOrganization)
Original property name from the Odata EDM: ResponsibleServiceOrganization
this
.@Nonnull public Lead.LeadBuilder salesRepresentative(@Nullable String salesRepresentative)
Original property name from the Odata EDM: SalesRepresentative
this
.@Nonnull public Lead.LeadBuilder contactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
this
.@Nonnull public Lead.LeadBuilder prospect(@Nullable String prospect)
Original property name from the Odata EDM: Prospect
this
.Copyright © 2021 SAP SE. All rights reserved.