Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype.PhaseRelationshipType
Packages that use PhaseRelationshipType
Package
Description
-
Uses of PhaseRelationshipType in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype with type parameters of type PhaseRelationshipTypeModifier and TypeFieldDescriptionstatic final PhaseRelationshipTypeTextOneToOneLink<PhaseRelationshipType>PhaseRelationshipTypeText.TO_RELSHP_TYPEUse with available fluent helpers to apply the to_RelshpType navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype that return PhaseRelationshipTypeModifier and TypeMethodDescriptionPhaseRelationshipType.PhaseRelationshipTypeBuilder.build()PhaseRelationshipTypeText.fetchRelshpType()Fetches the PhaseRelationshipType entity (one to one) associated with this entity.PhaseRelationshipTypeText.getRelshpTypeOrFetch()Retrieval of associated PhaseRelationshipType entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype that return types with arguments of type PhaseRelationshipTypeModifier and TypeMethodDescriptionprotected Class<PhaseRelationshipType>PhaseRelationshipTypeByKeyFluentHelper.getEntityClass()protected Class<PhaseRelationshipType>PhaseRelationshipTypeFluentHelper.getEntityClass()io.vavr.control.Option<PhaseRelationshipType>PhaseRelationshipTypeText.getRelshpTypeIfPresent()Retrieval of associated PhaseRelationshipType entity (one to one).PhaseRelationshipType.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype with parameters of type PhaseRelationshipTypeModifier and TypeMethodDescriptionPhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder.relshpType(PhaseRelationshipType value) Navigation property to_RelshpType for PhaseRelationshipTypeText to single PhaseRelationshipType.voidPhaseRelationshipTypeText.setRelshpType(PhaseRelationshipType value) Overwrites the associated PhaseRelationshipType entity for the loaded navigation property to_RelshpType.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype with parameters of type PhaseRelationshipTypeModifierConstructorDescriptionPhaseRelationshipTypeText(String language, String phaseRelationshipTypeKey, String phaseRelationshipType, String phaseRelationshipTypeDesc, PhaseRelationshipType toRelshpType) -
Uses of PhaseRelationshipType in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype.link that return types with arguments of type PhaseRelationshipTypeModifier and TypeMethodDescriptionPhaseRelationshipTypeOneToOneLink.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.phaserelationshiptype.link with type arguments of type PhaseRelationshipTypeModifier and TypeMethodDescriptionprotected PhaseRelationshipTypeLink<ObjectT>PhaseRelationshipTypeLink.translateLinkType(EntityLink<PhaseRelationshipTypeLink<ObjectT>, PhaseRelationshipType, ObjectT> link)