Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemaster | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemaster.link |
Modifier and Type | Field and Description |
---|---|
static ChangeMasterLink<ChangeMasterAltDate> |
ChangeMaster.TO_ALTERNATIVE_DATE
Use with available fluent helpers to apply the to_AlternativeDate navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ChangeMasterAltDate |
ChangeMasterAltDate.ChangeMasterAltDateBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ChangeMasterAltDate> |
ChangeMaster.fetchAlternativeDate()
Fetches the ChangeMasterAltDate entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<ChangeMasterAltDate>> |
ChangeMaster.getAlternativeDateIfPresent()
Retrieval of associated ChangeMasterAltDate entities (one to many).
|
List<ChangeMasterAltDate> |
ChangeMaster.getAlternativeDateOrFetch()
Retrieval of associated ChangeMasterAltDate entities (one to many).
|
protected Class<ChangeMasterAltDate> |
ChangeMasterAltDateByKeyFluentHelper.getEntityClass() |
protected Class<ChangeMasterAltDate> |
ChangeMasterAltDateFluentHelper.getEntityClass() |
Class<ChangeMasterAltDate> |
ChangeMasterAltDate.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeMaster.addAlternativeDate(ChangeMasterAltDate... entity)
Adds elements to the list of associated ChangeMasterAltDate entities.
|
ChangeMaster.ChangeMasterBuilder |
ChangeMaster.ChangeMasterBuilder.alternativeDate(ChangeMasterAltDate... value)
Navigation property to_AlternativeDate for ChangeMaster to multiple ChangeMasterAltDate.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeMaster.setAlternativeDate(List<ChangeMasterAltDate> value)
Overwrites the list of associated ChangeMasterAltDate entities for the loaded navigation property
to_AlternativeDate.
|
Constructor and Description |
---|
ChangeMaster(String changeNumber,
String changeNumberStatus,
String authorizationGroup,
String changeNumberFunction,
String isTechnicallyReleased,
String changeNumberReleaseKey,
String reasonForChangeText,
String changeNumberDescription,
LocalDateTime changeNumberValidFromDate,
LocalDateTime changeNumberCreationDate,
String changeNumberCreatedByUser,
LocalDateTime changeNumberLastChangedDate,
String changeNumberLastChangedByUser,
Boolean isUsedForDataDefinition,
Boolean changeNumberIsMrkdForDeletion,
List<ChangeMasterAltDate> toAlternativeDate,
ChangeMasterStatus toChangeNumberStatus,
List<ChangeMasterObjTypeAssgmt> toObjTypeAssignment) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ChangeMasterAltDate> |
ChangeMasterAltDateOneToOneLink.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 ChangeMasterAltDateLink<ObjectT> |
ChangeMasterAltDateLink.translateLinkType(EntityLink<ChangeMasterAltDateLink<ObjectT>,ChangeMasterAltDate,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.