Class SuplrActySupplier
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrActySupplier>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.SuplrActySupplier
Supplier
Original entity name from the Odata EDM: A_SuplrActySupplierType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SuplrActySupplierSelectableSelector for all available fields of SuplrActySupplier.static final SuplrActySupplierField<String>Use with available fluent helpers to apply the BusinessPartner field to query operations.static final SuplrActySupplierField<UUID>Use with available fluent helpers to apply the SuplrActyPartyUUID field to query operations.static final SuplrActySupplierField<UUID>Use with available fluent helpers to apply the SuplrActyUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSuplrActySupplier(UUID suplrActyPartyUUID, UUID suplrActyUUID, String businessPartner) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SuplrActySupplierField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SuplrActySupplierField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullableConstraints: nonegetType()inthashCode()voidsetBusinessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSuplrActyPartyUUID(UUID suplrActyPartyUUID) (Key Field) Constraints: Not nullablevoidsetSuplrActyUUID(UUID suplrActyUUID) Constraints: nonetoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SuplrActySupplier. -
SUPLR_ACTY_PARTY_UUID
Use with available fluent helpers to apply the SuplrActyPartyUUID field to query operations. -
SUPLR_ACTY_UUID
Use with available fluent helpers to apply the SuplrActyUUID field to query operations. -
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
-
-
Constructor Details
-
SuplrActySupplier
public SuplrActySupplier() -
SuplrActySupplier
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SuplrActySupplier>
-
setSuplrActyPartyUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyPartyUUID
- Parameters:
suplrActyPartyUUID- Activity Party UUID
-
setSuplrActyUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrActyUUID
- Parameters:
suplrActyUUID- Activity UUID
-
setBusinessPartner
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Parameters:
businessPartner- Business Partner Number
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SuplrActySupplier>
-
getKey
- Overrides:
getKeyin classVdmObject<SuplrActySupplier>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SuplrActySupplier>
-
fromMap
- Overrides:
fromMapin classVdmObject<SuplrActySupplier>
-
field
@Nonnull public static <T> SuplrActySupplierField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> SuplrActySupplierField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<SuplrActySupplier>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SuplrActySupplier>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SuplrActySupplier>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SuplrActySupplier>
-
builder
-
getSuplrActyPartyUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyPartyUUID
- Returns:
- Activity Party UUID
-
getSuplrActyUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrActyUUID
- Returns:
- Activity UUID
-
getBusinessPartner
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
- Business Partner Number
-
toString
- Overrides:
toStringin classVdmObject<SuplrActySupplier>
-
equals
- Overrides:
equalsin classVdmEntity<SuplrActySupplier>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SuplrActySupplier>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SuplrActySupplier>
-