java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrActyTskProcessor>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivitytask.SuplrActyTskProcessor

public class SuplrActyTskProcessor extends VdmEntity<SuplrActyTskProcessor>
Processor

Original entity name from the Odata EDM: A_SuplrActyTskProcessorType

  • Field Details

    • ALL_FIELDS

      public static final SuplrActyTskProcessorSelectable ALL_FIELDS
      Selector for all available fields of SuplrActyTskProcessor.
    • SUPLR_ACTY_TASK_PARTY_UUID

      public static final SuplrActyTskProcessorField<UUID> SUPLR_ACTY_TASK_PARTY_UUID
      Use with available fluent helpers to apply the SuplrActyTaskPartyUUID field to query operations.
    • SUPLR_ACTY_TASK_UUID

      public static final SuplrActyTskProcessorField<UUID> SUPLR_ACTY_TASK_UUID
      Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
    • USER_ID

      public static final SuplrActyTskProcessorField<String> USER_ID
      Use with available fluent helpers to apply the UserID field to query operations.
    • EMAIL_ADDRESS

      public static final SuplrActyTskProcessorField<String> EMAIL_ADDRESS
      Use with available fluent helpers to apply the EmailAddress field to query operations.
  • Constructor Details

    • SuplrActyTskProcessor

      public SuplrActyTskProcessor()
    • SuplrActyTskProcessor

      public SuplrActyTskProcessor(@Nullable UUID suplrActyTaskPartyUUID, @Nullable UUID suplrActyTaskUUID, @Nullable String userID, @Nullable String emailAddress)
  • Method Details

    • getType

      @Nonnull public Class<SuplrActyTskProcessor> getType()
      Specified by:
      getType in class VdmObject<SuplrActyTskProcessor>
    • setSuplrActyTaskPartyUUID

      public void setSuplrActyTaskPartyUUID(@Nullable UUID suplrActyTaskPartyUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrActyTaskPartyUUID

      Parameters:
      suplrActyTaskPartyUUID - Task Party UUID
    • setSuplrActyTaskUUID

      public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
      Constraints: none

      Original property name from the Odata EDM: SuplrActyTaskUUID

      Parameters:
      suplrActyTaskUUID - Task UUID
    • setUserID

      public void setUserID(@Nullable String userID)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: UserID

      Parameters:
      userID - User ID
    • setEmailAddress

      public void setEmailAddress(@Nullable String emailAddress)
      Constraints: Not nullable, Maximum length: 241

      Original property name from the Odata EDM: EmailAddress

      Parameters:
      emailAddress - Email Address
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<SuplrActyTskProcessor>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<SuplrActyTskProcessor>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<SuplrActyTskProcessor>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<SuplrActyTskProcessor>
    • field

      @Nonnull public static <T> SuplrActyTskProcessorField<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> SuplrActyTskProcessorField<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<SuplrActyTskProcessor>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<SuplrActyTskProcessor>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<SuplrActyTskProcessor>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<SuplrActyTskProcessor>
    • builder

      @Nonnull public static SuplrActyTskProcessor.SuplrActyTskProcessorBuilder builder()
    • getSuplrActyTaskPartyUUID

      @Nullable public UUID getSuplrActyTaskPartyUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrActyTaskPartyUUID

      Returns:
      Task Party UUID
    • getSuplrActyTaskUUID

      @Nullable public UUID getSuplrActyTaskUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrActyTaskUUID

      Returns:
      Task UUID
    • getUserID

      @Nullable public String getUserID()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: UserID

      Returns:
      User ID
    • getEmailAddress

      @Nullable public String getEmailAddress()
      Constraints: Not nullable, Maximum length: 241

      Original property name from the Odata EDM: EmailAddress

      Returns:
      Email Address
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<SuplrActyTskProcessor>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<SuplrActyTskProcessor>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<SuplrActyTskProcessor>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<SuplrActyTskProcessor>