Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.field.BPRelationshipField
Packages that use BPRelationshipField
-
Uses of BPRelationshipField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner declared as BPRelationshipFieldModifier and TypeFieldDescriptionstatic final BPRelationshipField<String>BPRelationship.BP_RELATIONSHIP_TYPEUse with available fluent helpers to apply the BPRelationshipType field to query operations.static final BPRelationshipField<String>BPRelationship.BUSINESS_PARTNER1Use with available fluent helpers to apply the BusinessPartner1 field to query operations.static final BPRelationshipField<String>BPRelationship.BUSINESS_PARTNER2Use with available fluent helpers to apply the BusinessPartner2 field to query operations.static final BPRelationshipField<String>BPRelationship.CREATED_BY_USERUse with available fluent helpers to apply the CreatedByUser field to query operations.static final BPRelationshipField<LocalDateTime>BPRelationship.CREATION_DATEUse with available fluent helpers to apply the CreationDate field to query operations.static final BPRelationshipField<LocalTime>BPRelationship.CREATION_TIMEUse with available fluent helpers to apply the CreationTime field to query operations.static final BPRelationshipField<Boolean>BPRelationship.IS_STANDARD_RELATIONSHIPUse with available fluent helpers to apply the IsStandardRelationship field to query operations.static final BPRelationshipField<LocalDateTime>BPRelationship.LAST_CHANGE_DATEUse with available fluent helpers to apply the LastChangeDate field to query operations.static final BPRelationshipField<LocalTime>BPRelationship.LAST_CHANGE_TIMEUse with available fluent helpers to apply the LastChangeTime field to query operations.static final BPRelationshipField<String>BPRelationship.LAST_CHANGED_BY_USERUse with available fluent helpers to apply the LastChangedByUser field to query operations.static final BPRelationshipField<String>BPRelationship.RELATIONSHIP_CATEGORYUse with available fluent helpers to apply the RelationshipCategory field to query operations.static final BPRelationshipField<String>BPRelationship.RELATIONSHIP_NUMBERUse with available fluent helpers to apply the RelationshipNumber field to query operations.static final BPRelationshipField<LocalDateTime>BPRelationship.VALIDITY_END_DATEUse with available fluent helpers to apply the ValidityEndDate field to query operations.static final BPRelationshipField<LocalDateTime>BPRelationship.VALIDITY_START_DATEUse with available fluent helpers to apply the ValidityStartDate field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BPRelationshipFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
BPRelationshipField<T>BPRelationship.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BPRelationshipField<T>Use with available fluent helpers to apply an extension field to query operations.