Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile.link |
Modifier and Type | Field and Description |
---|---|
static ProfileAssignedToPlantLink<ProfileDetails> |
ProfileAssignedToPlant.TO_PROFILE_DETAILS
Use with available fluent helpers to apply the to_ProfileDetails navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProfileDetails |
ProfileDetails.ProfileDetailsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProfileDetails> |
ProfileAssignedToPlant.fetchProfileDetails()
Fetches the ProfileDetails entities (one to many) associated with this entity.
|
protected Class<ProfileDetails> |
ProfileDetailsFluentHelper.getEntityClass() |
protected Class<ProfileDetails> |
ProfileDetailsByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProfileDetails>> |
ProfileAssignedToPlant.getProfileDetailsIfPresent()
Retrieval of associated ProfileDetails entities (one to many).
|
List<ProfileDetails> |
ProfileAssignedToPlant.getProfileDetailsOrFetch()
Retrieval of associated ProfileDetails entities (one to many).
|
Class<ProfileDetails> |
ProfileDetails.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileAssignedToPlant.addProfileDetails(ProfileDetails... entity)
Adds elements to the list of associated ProfileDetails entities.
|
ProfileAssignedToPlant.ProfileAssignedToPlantBuilder |
ProfileAssignedToPlant.ProfileAssignedToPlantBuilder.profileDetails(ProfileDetails... value)
Navigation property to_ProfileDetails for ProfileAssignedToPlant to multiple
ProfileDetails.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileAssignedToPlant.setProfileDetails(List<ProfileDetails> value)
Overwrites the list of associated ProfileDetails entities for the loaded navigation property
to_ProfileDetails.
|
Constructor and Description |
---|
ProfileAssignedToPlant(String plant,
String bufferProfileSetId,
BigDecimal spikeHorizonConstant,
BigDecimal spikeHorizonMultiplier,
BigDecimal spikeThresholdFactor,
BigDecimal onHandAlertThldFctr,
List<ProfileDetails> toProfileDetails) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProfileDetails> |
ProfileDetailsOneToOneLink.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 ProfileDetailsLink<ObjectT> |
ProfileDetailsLink.translateLinkType(EntityLink<ProfileDetailsLink<ObjectT>,ProfileDetails,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.