Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog.LabelFieldGroupText
Packages that use LabelFieldGroupText
Package
Description
-
Uses of LabelFieldGroupText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with type parameters of type LabelFieldGroupTextModifier and TypeFieldDescriptionstatic final SimpleProperty<LabelFieldGroupText>LabelFieldGroupText.ALL_FIELDSSelector for all available fields of LabelFieldGroupText.static final SimpleProperty.String<LabelFieldGroupText>LabelFieldGroupText.CREATED_BY_USERstatic final SimpleProperty.DateTime<LabelFieldGroupText>LabelFieldGroupText.CREATION_DATE_TIMEstatic final SimpleProperty.String<LabelFieldGroupText>LabelFieldGroupText.LANGUAGEstatic final SimpleProperty.DateTime<LabelFieldGroupText>LabelFieldGroupText.LAST_CHANGE_DATE_TIMEstatic final SimpleProperty.String<LabelFieldGroupText>LabelFieldGroupText.LAST_CHANGED_BY_USERstatic final SimpleProperty.String<LabelFieldGroupText>LabelFieldGroupText.PROD_CMPLNC_LABEL_FIELD_GROUP_IDstatic final SimpleProperty.String<LabelFieldGroupText>LabelFieldGroupText.PROD_CMPLNC_LABEL_FIELD_GROUP_NAMEstatic final NavigationProperty.Single<LabelFieldGroupText,LabelFieldGroup> LabelFieldGroupText.TO__LABEL_FIELD_GROUPUse with available request builders to apply the _LabelFieldGroup navigation property to query operations.static final NavigationProperty.Collection<LabelFieldGroup,LabelFieldGroupText> LabelFieldGroup.TO__TEXTSUse with available request builders to apply the _Texts navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog that return LabelFieldGroupTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog that return types with arguments of type LabelFieldGroupTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<LabelFieldGroupText>>LabelFieldGroup.getTextsIfPresent()Retrieval of associated LabelFieldGroupText entities (one to many).LabelFieldGroupText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with parameters of type LabelFieldGroupTextModifier and TypeMethodDescriptionvoidLabelFieldGroup.addTexts(LabelFieldGroupText... entity) Adds elements to the list of associated LabelFieldGroupText entities.LabelFieldGroup.LabelFieldGroupBuilder.texts(LabelFieldGroupText... value) Navigation property _Texts for LabelFieldGroup to multiple LabelFieldGroupText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with type arguments of type LabelFieldGroupTextModifier and TypeMethodDescriptionvoidLabelFieldGroup.setTexts(List<LabelFieldGroupText> value) Overwrites the list of associated LabelFieldGroupText entities for the loaded navigation property _Texts. -
Uses of LabelFieldGroupText 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 LabelFieldGroupTextModifier and TypeMethodDescriptionDefaultLabelFieldCatalogService.countLabelFieldGroupText()Deprecated.LabelFieldCatalogService.countLabelFieldGroupText()Deprecated.Fetch the number of entries from theLabelFieldGroupTextentity collection matching the filter and search expressions.DefaultLabelFieldCatalogService.getAllLabelFieldGroupText()Deprecated.LabelFieldCatalogService.getAllLabelFieldGroupText()Deprecated.Fetch multipleLabelFieldGroupTextentities.DefaultLabelFieldCatalogService.getLabelFieldGroupTextByKey(String prodCmplncLabelFieldGroupID, String language) Deprecated.LabelFieldCatalogService.getLabelFieldGroupTextByKey(String prodCmplncLabelFieldGroupID, String language) Deprecated.Fetch a singleLabelFieldGroupTextentity using key fields.