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

public class SkillTag extends VdmEntity<SkillTag>
SkillTags

Original entity name from the Odata EDM: SkillTag

  • Field Details

    • ALL_FIELDS

      public static final SkillTagSelectable ALL_FIELDS
      Selector for all available fields of SkillTag.
    • PERSON_EXTERNAL_ID

      public static final SkillTagField<String> PERSON_EXTERNAL_ID
      Use with available fluent helpers to apply the PersonExternalId field to query operations.
    • TAG

      public static final SkillTagField<String> TAG
      Use with available fluent helpers to apply the Tag field to query operations.
  • Constructor Details

    • SkillTag

      public SkillTag()
    • SkillTag

      public SkillTag(@Nullable String personExternalId, @Nullable String tag)
  • Method Details

    • getType

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

      public void setPersonExternalId(@Nullable String personExternalId)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: PersonExternalId

      Parameters:
      personExternalId - Indicates an unique identifier assigned to workforce person.
    • setTag

      public void setTag(@Nullable String tag)
      Constraints: Not nullable

      Original property name from the Odata EDM: Tag

      Parameters:
      tag - Indicates skill tags of workforce person.
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SkillTagField<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> SkillTagField<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<SkillTag>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SkillTag.SkillTagBuilder builder()
    • getPersonExternalId

      @Nullable public String getPersonExternalId()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: PersonExternalId

      Returns:
      Indicates an unique identifier assigned to workforce person.
    • getTag

      @Nullable public String getTag()
      Constraints: Not nullable

      Original property name from the Odata EDM: Tag

      Returns:
      Indicates skill tags of workforce person.
    • toString

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

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

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

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