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

public class LglTransInternalContact extends VdmEntity<LglTransInternalContact>
Internal Contacts

Original entity name from the Odata EDM: A_LglTransInternalContactType

  • Field Details

    • ALL_FIELDS

      public static final LglTransInternalContactSelectable ALL_FIELDS
      Selector for all available fields of LglTransInternalContact.
    • LGL_CNTNT_M_RANK

      public static final LglTransInternalContactField<Short> LGL_CNTNT_M_RANK
      Use with available fluent helpers to apply the LglCntntMRank field to query operations.
    • LGL_CNTNT_M_INT_CNTCT_TYPE

      public static final LglTransInternalContactField<String> LGL_CNTNT_M_INT_CNTCT_TYPE
      Use with available fluent helpers to apply the LglCntntMIntCntctType field to query operations.
    • LGL_CNTNT_M_INT_CONTACT_USER_TYPE

      public static final LglTransInternalContactField<String> LGL_CNTNT_M_INT_CONTACT_USER_TYPE
      Use with available fluent helpers to apply the LglCntntMIntContactUserType field to query operations.
    • LGL_CNTNT_M_INT_CNTCT_USER

      public static final LglTransInternalContactField<String> LGL_CNTNT_M_INT_CNTCT_USER
      Use with available fluent helpers to apply the LglCntntMIntCntctUser field to query operations.
    • LGL_CNTNT_M_INT_CONTACT_TEAM

      public static final LglTransInternalContactField<String> LGL_CNTNT_M_INT_CONTACT_TEAM
      Use with available fluent helpers to apply the LglCntntMIntContactTeam field to query operations.
  • Constructor Details

    • LglTransInternalContact

      public LglTransInternalContact()
    • LglTransInternalContact

      public LglTransInternalContact(@Nullable UUID legalTransactionIntCntctUUID, @Nullable Short lglCntntMRank, @Nullable String lglCntntMIntCntctType, @Nullable String lglCntntMIntContactUserType, @Nullable String lglCntntMIntCntctUser, @Nullable String lglCntntMIntContactTeam, @Nullable String legalTransactionMandatoryFlag, @Nullable UUID legalTransactionUUID)
  • Method Details

    • getType

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

      public void setLegalTransactionIntCntctUUID(@Nullable UUID legalTransactionIntCntctUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LegalTransactionIntCntctUUID

      Parameters:
      legalTransactionIntCntctUUID - Universal Unique Identifier
    • setLglCntntMRank

      public void setLglCntntMRank(@Nullable Short lglCntntMRank)
      Constraints: none

      Original property name from the Odata EDM: LglCntntMRank

      Parameters:
      lglCntntMRank - Sequence Number
    • setLglCntntMIntCntctType

      public void setLglCntntMIntCntctType(@Nullable String lglCntntMIntCntctType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMIntCntctType

      Parameters:
      lglCntntMIntCntctType - Contact Type
    • setLglCntntMIntContactUserType

      public void setLglCntntMIntContactUserType(@Nullable String lglCntntMIntContactUserType)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: LglCntntMIntContactUserType

      Parameters:
      lglCntntMIntContactUserType - Assignment Type
    • setLglCntntMIntCntctUser

      public void setLglCntntMIntCntctUser(@Nullable String lglCntntMIntCntctUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LglCntntMIntCntctUser

      Parameters:
      lglCntntMIntCntctUser - User Name
    • setLglCntntMIntContactTeam

      public void setLglCntntMIntContactTeam(@Nullable String lglCntntMIntContactTeam)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: LglCntntMIntContactTeam

      Parameters:
      lglCntntMIntContactTeam - Team
    • setLegalTransactionMandatoryFlag

      public void setLegalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: LegalTransactionMandatoryFlag

      Parameters:
      legalTransactionMandatoryFlag - Control Parameter Legal Transaction Mandatory State
    • setLegalTransactionUUID

      public void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionUUID

      Parameters:
      legalTransactionUUID - Universal Unique Identifier
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> LglTransInternalContactField<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> LglTransInternalContactField<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<LglTransInternalContact>
    • setServicePathForFetch

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

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

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

    • getLegalTransactionIntCntctUUID

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

      Original property name from the Odata EDM: LegalTransactionIntCntctUUID

      Returns:
      Universal Unique Identifier
    • getLglCntntMRank

      @Nullable public Short getLglCntntMRank()
      Constraints: none

      Original property name from the Odata EDM: LglCntntMRank

      Returns:
      Sequence Number
    • getLglCntntMIntCntctType

      @Nullable public String getLglCntntMIntCntctType()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMIntCntctType

      Returns:
      Contact Type
    • getLglCntntMIntContactUserType

      @Nullable public String getLglCntntMIntContactUserType()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: LglCntntMIntContactUserType

      Returns:
      Assignment Type
    • getLglCntntMIntCntctUser

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

      Original property name from the Odata EDM: LglCntntMIntCntctUser

      Returns:
      User Name
    • getLglCntntMIntContactTeam

      @Nullable public String getLglCntntMIntContactTeam()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: LglCntntMIntContactTeam

      Returns:
      Team
    • getLegalTransactionMandatoryFlag

      @Nullable public String getLegalTransactionMandatoryFlag()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: LegalTransactionMandatoryFlag

      Returns:
      Control Parameter Legal Transaction Mandatory State
    • getLegalTransactionUUID

      @Nullable public UUID getLegalTransactionUUID()
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionUUID

      Returns:
      Universal Unique Identifier
    • toString

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

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

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

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