Class SuplrActyTskActyReference
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrActyTskActyReference>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivitytask.SuplrActyTskActyReference
Activity Reference
Original entity name from the Odata EDM: A_SuplrActyTskActyReferenceType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SuplrActyTskActyReferenceSelectableSelector for all available fields of SuplrActyTskActyReference.static final SuplrActyTskActyReferenceField<UUID>Use with available fluent helpers to apply the SuplrActyTaskReferenceUUID field to query operations.static final SuplrActyTskActyReferenceField<UUID>Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.static final SuplrActyTskActyReferenceField<UUID>Use with available fluent helpers to apply the SuplrActyUUID field to query operations.static final SuplrActyTskActyReferenceField<String>Use with available fluent helpers to apply the SupplierActivity field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSuplrActyTskActyReference(UUID suplrActyTaskReferenceUUID, UUID suplrActyTaskUUID, UUID suplrActyUUID, String supplierActivity) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SuplrActyTskActyReferenceField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SuplrActyTskActyReferenceField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullableConstraints: noneConstraints: noneConstraints: Not nullable, Maximum length: 20getType()inthashCode()protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSuplrActyTaskReferenceUUID(UUID suplrActyTaskReferenceUUID) (Key Field) Constraints: Not nullablevoidsetSuplrActyTaskUUID(UUID suplrActyTaskUUID) Constraints: nonevoidsetSuplrActyUUID(UUID suplrActyUUID) Constraints: nonevoidsetSupplierActivity(String supplierActivity) Constraints: Not nullable, Maximum length: 20toString()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 SuplrActyTskActyReference. -
SUPLR_ACTY_TASK_REFERENCE_UUID
Use with available fluent helpers to apply the SuplrActyTaskReferenceUUID field to query operations. -
SUPLR_ACTY_TASK_UUID
Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations. -
SUPLR_ACTY_UUID
Use with available fluent helpers to apply the SuplrActyUUID field to query operations. -
SUPPLIER_ACTIVITY
Use with available fluent helpers to apply the SupplierActivity field to query operations.
-
-
Constructor Details
-
SuplrActyTskActyReference
public SuplrActyTskActyReference() -
SuplrActyTskActyReference
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SuplrActyTskActyReference>
-
setSuplrActyTaskReferenceUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyTaskReferenceUUID
- Parameters:
suplrActyTaskReferenceUUID- Task ReferenceUUID
-
setSuplrActyTaskUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrActyTaskUUID
- Parameters:
suplrActyTaskUUID- Task UUID
-
setSuplrActyUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrActyUUID
- Parameters:
suplrActyUUID- Activity UUID
-
setSupplierActivity
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SupplierActivity
- Parameters:
supplierActivity- Activity
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SuplrActyTskActyReference>
-
getKey
- Overrides:
getKeyin classVdmObject<SuplrActyTskActyReference>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SuplrActyTskActyReference>
-
fromMap
- Overrides:
fromMapin classVdmObject<SuplrActyTskActyReference>
-
field
@Nonnull public static <T> SuplrActyTskActyReferenceField<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> SuplrActyTskActyReferenceField<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<SuplrActyTskActyReference>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SuplrActyTskActyReference>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SuplrActyTskActyReference>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SuplrActyTskActyReference>
-
builder
-
getSuplrActyTaskReferenceUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyTaskReferenceUUID
- Returns:
- Task ReferenceUUID
-
getSuplrActyTaskUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrActyTaskUUID
- Returns:
- Task UUID
-
getSuplrActyUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrActyUUID
- Returns:
- Activity UUID
-
getSupplierActivity
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SupplierActivity
- Returns:
- Activity
-
toString
- Overrides:
toStringin classVdmObject<SuplrActyTskActyReference>
-
equals
- Overrides:
equalsin classVdmEntity<SuplrActyTskActyReference>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SuplrActyTskActyReference>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SuplrActyTskActyReference>
-