Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype.REContractTypeText
Packages that use REContractTypeText
Package
Description
-
Uses of REContractTypeText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype with type parameters of type REContractTypeTextModifier and TypeFieldDescriptionstatic final SimpleProperty<REContractTypeText>REContractTypeText.ALL_FIELDSSelector for all available fields of REContractTypeText.static final SimpleProperty.String<REContractTypeText>REContractTypeText.LANGUAGEstatic final SimpleProperty.String<REContractTypeText>REContractTypeText.RE_CONTRACT_TYPEstatic final SimpleProperty.String<REContractTypeText>REContractTypeText.RE_CONTRACT_TYPE_NAMEstatic final NavigationProperty.Single<REContractTypeText,REContractType> REContractTypeText.TO__R_E_CONTRACT_TYPEUse with available request builders to apply the _REContractType navigation property to query operations.static final NavigationProperty.Collection<REContractType,REContractTypeText> REContractType.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype that return REContractTypeTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype that return types with arguments of type REContractTypeTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<REContractTypeText>>REContractType.getTextIfPresent()Retrieval of associated REContractTypeText entities (one to many).REContractTypeText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype with parameters of type REContractTypeTextModifier and TypeMethodDescriptionvoidREContractType.addText(REContractTypeText... entity) Adds elements to the list of associated REContractTypeText entities.REContractType.REContractTypeBuilder.text(REContractTypeText... value) Navigation property _Text for REContractType to multiple REContractTypeText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype with type arguments of type REContractTypeTextModifier and TypeMethodDescriptionvoidREContractType.setText(List<REContractTypeText> value) Overwrites the list of associated REContractTypeText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype with type arguments of type REContractTypeTextModifierConstructorDescriptionREContractType(String rEContractType, String rEContractTypeName, List<REContractTypeText> to_Text) -
Uses of REContractTypeText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type REContractTypeTextModifier and TypeMethodDescriptionDefaultRealEstateContractTypeService.countREContractTypeText()Deprecated.RealEstateContractTypeService.countREContractTypeText()Deprecated.Fetch the number of entries from theREContractTypeTextentity collection matching the filter and search expressions.DefaultRealEstateContractTypeService.getAllREContractTypeText()Deprecated.RealEstateContractTypeService.getAllREContractTypeText()Deprecated.Fetch multipleREContractTypeTextentities.DefaultRealEstateContractTypeService.getREContractTypeTextByKey(String rEContractType, String language) Deprecated.RealEstateContractTypeService.getREContractTypeTextByKey(String rEContractType, String language) Deprecated.Fetch a singleREContractTypeTextentity using key fields.