Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie.LegalCategoryText
Packages that use LegalCategoryText
Package
Description
-
Uses of LegalCategoryText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie with type parameters of type LegalCategoryTextModifier and TypeFieldDescriptionstatic final LegalCategoryLink<LegalCategoryText>LegalCategory.TO_LEGAL_CATEGORY_TEXTUse with available fluent helpers to apply the to_LegalCategoryText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie that return LegalCategoryTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie that return types with arguments of type LegalCategoryTextModifier and TypeMethodDescriptionLegalCategory.fetchLegalCategoryText()Fetches the LegalCategoryText entities (one to many) associated with this entity.protected Class<LegalCategoryText>LegalCategoryTextByKeyFluentHelper.getEntityClass()protected Class<LegalCategoryText>LegalCategoryTextFluentHelper.getEntityClass()io.vavr.control.Option<List<LegalCategoryText>>LegalCategory.getLegalCategoryTextIfPresent()Retrieval of associated LegalCategoryText entities (one to many).LegalCategory.getLegalCategoryTextOrFetch()Retrieval of associated LegalCategoryText entities (one to many).LegalCategoryText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie with parameters of type LegalCategoryTextModifier and TypeMethodDescriptionvoidLegalCategory.addLegalCategoryText(LegalCategoryText... entity) Adds elements to the list of associated LegalCategoryText entities.LegalCategory.LegalCategoryBuilder.legalCategoryText(LegalCategoryText... value) Navigation property to_LegalCategoryText for LegalCategory to multiple LegalCategoryText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie with type arguments of type LegalCategoryTextModifier and TypeMethodDescriptionvoidLegalCategory.setLegalCategoryText(List<LegalCategoryText> value) Overwrites the list of associated LegalCategoryText entities for the loaded navigation property to_LegalCategoryText.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie with type arguments of type LegalCategoryTextModifierConstructorDescriptionLegalCategory(String lglCntntMCategory, String lglCntntMCatType, Boolean lglCntntMCatIsSelect, Boolean lglCntntMCatIsMultiSelection, Short lglCntntMCatLevel, Boolean lglCntntMCatIsObsolete, String lglCntntMCatModel, String lglCntntMCategoryValue, String lglCntntMChangedByUser, ZonedDateTime lglCntntMChangedUTCDateTime, String lglCntntMCreatedByUser, ZonedDateTime lglCntntMCreatedUTCDateTime, String lglCntntMParentCategory, String lglCntntMRootCategory, String lglCntntMCatPurpose, Boolean lglCntntMCatIsSystGenerated, String lglCntntMCatConstant, List<LegalCategoryText> toLegalCategoryText) -
Uses of LegalCategoryText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legalcategorie.link that return types with arguments of type LegalCategoryTextModifier and TypeMethodDescriptionLegalCategoryTextOneToOneLink.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.legalcategorie.link with type arguments of type LegalCategoryTextModifier and TypeMethodDescriptionprotected LegalCategoryTextLink<ObjectT>LegalCategoryTextLink.translateLinkType(EntityLink<LegalCategoryTextLink<ObjectT>, LegalCategoryText, ObjectT> link)