Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile.ProfileDetails
Packages that use ProfileDetails
Package
Description
-
Uses of ProfileDetails in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile with type parameters of type ProfileDetailsModifier and TypeFieldDescriptionstatic final ProfileAssignedToPlantLink<ProfileDetails>ProfileAssignedToPlant.TO_PROFILE_DETAILSUse with available fluent helpers to apply the to_ProfileDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile that return ProfileDetailsMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile that return types with arguments of type ProfileDetailsModifier and TypeMethodDescriptionProfileAssignedToPlant.fetchProfileDetails()Fetches the ProfileDetails entities (one to many) associated with this entity.protected Class<ProfileDetails>ProfileDetailsByKeyFluentHelper.getEntityClass()protected Class<ProfileDetails>ProfileDetailsFluentHelper.getEntityClass()io.vavr.control.Option<List<ProfileDetails>>ProfileAssignedToPlant.getProfileDetailsIfPresent()Retrieval of associated ProfileDetails entities (one to many).ProfileAssignedToPlant.getProfileDetailsOrFetch()Retrieval of associated ProfileDetails entities (one to many).ProfileDetails.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile with parameters of type ProfileDetailsModifier and TypeMethodDescriptionvoidProfileAssignedToPlant.addProfileDetails(ProfileDetails... entity) Adds elements to the list of associated ProfileDetails entities.ProfileAssignedToPlant.ProfileAssignedToPlantBuilder.profileDetails(ProfileDetails... value) Navigation property to_ProfileDetails for ProfileAssignedToPlant to multiple ProfileDetails.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile with type arguments of type ProfileDetailsModifier and TypeMethodDescriptionvoidProfileAssignedToPlant.setProfileDetails(List<ProfileDetails> value) Overwrites the list of associated ProfileDetails entities for the loaded navigation property to_ProfileDetails.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile with type arguments of type ProfileDetailsModifierConstructorDescriptionProfileAssignedToPlant(String plant, String bufferProfileSetId, BigDecimal spikeHorizonConstant, BigDecimal spikeHorizonMultiplier, BigDecimal spikeThresholdFactor, BigDecimal onHandAlertThldFctr, List<ProfileDetails> toProfileDetails) -
Uses of ProfileDetails in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile.link that return types with arguments of type ProfileDetailsModifier and TypeMethodDescriptionProfileDetailsOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile.link with type arguments of type ProfileDetailsModifier and TypeMethodDescriptionprotected ProfileDetailsLink<ObjectT>ProfileDetailsLink.translateLinkType(EntityLink<ProfileDetailsLink<ObjectT>, ProfileDetails, ObjectT> link)