Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.createreadupdateanddeletechangemasters |
Modifier and Type | Field and Description |
---|---|
static EntityField<ChangeMasterClassCharc,String> |
ChangeMasterClassCharc.CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static EntityField<ChangeMasterClassCharc,String> |
ChangeMasterClassCharc.CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static EntityField<ChangeMasterClassCharc,String> |
ChangeMasterClassCharc.CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations.
|
static EntityField<ChangeMasterClassCharc,String> |
ChangeMasterClassCharc.CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations.
|
static EntityField<ChangeMasterClassCharc,Calendar> |
ChangeMasterClassCharc.KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
ChangeMasterClassCharc |
ChangeMasterClassCharc.ChangeMasterClassCharcBuilder.build() |
ChangeMasterClassCharc |
ChangeMasterClassCharcByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ChangeMasterClassCharc |
ChangeMasterClassCharcByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ChangeMasterClassCharc |
ChangeMasterClassCharcByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeMasterClassCharc> |
ChangeMasterClassCharcFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<ChangeMasterClassCharc> |
ChangeMasterClassCharcFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<ChangeMasterClassCharc> |
ChangeMasterClassCharcFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<ChangeMasterClassCharc> |
ChangeMasterClass.fetchCharacteristics()
Fetches the ChangeMasterClassCharc entities (one to many) associated with this entity.
|
static <T> EntityField<ChangeMasterClassCharc,T> |
ChangeMasterClassCharc.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
List<ChangeMasterClassCharc> |
ChangeMasterClass.getCharacteristicsOrFetch()
Retrieval of associated ChangeMasterClassCharc entities (one to many).
|
com.google.common.base.Optional<List<ChangeMasterClassCharc>> |
ChangeMasterClass.getCharacteristicsOrNull()
Retrieval of associated ChangeMasterClassCharc entities (one to many).
|
Class<ChangeMasterClassCharc> |
ChangeMasterClassCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeMasterClass.addCharacteristics(ChangeMasterClassCharc... entity)
Adds elements to the list of associated ChangeMasterClassCharc entities.
|
Modifier and Type | Method and Description |
---|---|
ChangeMasterClassCharcFluentHelper |
ChangeMasterClassCharcFluentHelper.filter(ExpressionFluentHelper<ChangeMasterClassCharc> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
ChangeMasterClassCharcFluentHelper |
ChangeMasterClassCharcFluentHelper.orderBy(EntityField<ChangeMasterClassCharc,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
void |
ChangeMasterClass.setCharacteristics(List<ChangeMasterClassCharc> value)
Overwrites the list of associated ChangeMasterClassCharc entities for the loaded navigation property to_Characteristics.
|
ChangeMasterClass.ChangeMasterClassBuilder |
ChangeMasterClass.ChangeMasterClassBuilder.toCharacteristics(List<ChangeMasterClassCharc> toCharacteristics) |
Constructor and Description |
---|
ChangeMasterClass(String changeNumber,
String classInternalID,
Calendar keyDate,
String classType,
ErpConfigContext erpConfigContext,
List<ChangeMasterClassCharc> toCharacteristics) |
Copyright © 2017 SAP SE. All rights reserved.