Modifier and Type | Field and Description |
---|---|
static SDDocumentReasonLink<RetroBillingUsageText> |
SDDocumentReason.TO_RETRO_BILLING_USAGE_TEXT
Use with available fluent helpers to apply the to_RetroBillingUsageText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
RetroBillingUsageText |
RetroBillingUsageText.RetroBillingUsageTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RetroBillingUsageText> |
SDDocumentReason.fetchRetroBillingUsageText()
Fetches the RetroBillingUsageText entities (one to many) associated with this entity.
|
protected Class<RetroBillingUsageText> |
RetroBillingUsageTextByKeyFluentHelper.getEntityClass() |
protected Class<RetroBillingUsageText> |
RetroBillingUsageTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<RetroBillingUsageText>> |
SDDocumentReason.getRetroBillingUsageTextIfPresent()
Retrieval of associated RetroBillingUsageText entities (one to many).
|
List<RetroBillingUsageText> |
SDDocumentReason.getRetroBillingUsageTextOrFetch()
Retrieval of associated RetroBillingUsageText entities (one to many).
|
Class<RetroBillingUsageText> |
RetroBillingUsageText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SDDocumentReason.addRetroBillingUsageText(RetroBillingUsageText... entity)
Adds elements to the list of associated RetroBillingUsageText entities.
|
SDDocumentReason.SDDocumentReasonBuilder |
SDDocumentReason.SDDocumentReasonBuilder.retroBillingUsageText(RetroBillingUsageText... value)
Navigation property to_RetroBillingUsageText for SDDocumentReason to multiple
RetroBillingUsageText.
|
Modifier and Type | Method and Description |
---|---|
void |
SDDocumentReason.setRetroBillingUsageText(List<RetroBillingUsageText> value)
Overwrites the list of associated RetroBillingUsageText entities for the loaded navigation property
to_RetroBillingUsageText.
|
Constructor and Description |
---|
SDDocumentReason(String sDDocumentReason,
String retroBillingUsage,
String selfBillingValueItem,
List<RetroBillingUsageText> toRetroBillingUsageText,
List<SDDocumentReasonText> toSDDocumentReasonText,
List<SelfBillingValueItemText> toSelfBillingValueItemText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RetroBillingUsageText> |
RetroBillingUsageTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected RetroBillingUsageTextLink<ObjectT> |
RetroBillingUsageTextLink.translateLinkType(EntityLink<RetroBillingUsageTextLink<ObjectT>,RetroBillingUsageText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.