java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<RespyMTeamMemberFunction>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.RespyMTeamMemberFunction
All Implemented Interfaces:
VdmEntitySet

public class RespyMTeamMemberFunction extends VdmEntity<RespyMTeamMemberFunction> implements VdmEntitySet
Team Member Functions

Original entity name from the Odata EDM: RespyMTeamMemberFunction_Type

  • Field Details

  • Constructor Details

    • RespyMTeamMemberFunction

      public RespyMTeamMemberFunction()
    • RespyMTeamMemberFunction

      public RespyMTeamMemberFunction(@Nullable String respyMgmtGlobalTeamID, @Nullable String respyMgmtTeamMemberType, @Nullable String responsibilityTeamMember, @Nullable String respyMgmtFunction, @Nullable RespyMgmtTeamMember to_TeamMember)
  • Method Details

    • getType

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

      public void setRespyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: RespyMgmtGlobalTeamID

      Parameters:
      respyMgmtGlobalTeamID - Global Team ID in Responsibility Mgmt.
    • setRespyMgmtTeamMemberType

      public void setRespyMgmtTeamMemberType(@Nullable String respyMgmtTeamMemberType)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: RespyMgmtTeamMemberType

      Parameters:
      respyMgmtTeamMemberType - Team Member Type
    • setResponsibilityTeamMember

      public void setResponsibilityTeamMember(@Nullable String responsibilityTeamMember)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ResponsibilityTeamMember

      Parameters:
      responsibilityTeamMember - Business Partner Number
    • setRespyMgmtFunction

      public void setRespyMgmtFunction(@Nullable String respyMgmtFunction)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RespyMgmtFunction

      Parameters:
      respyMgmtFunction - Function
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<RespyMTeamMemberFunction>
    • toMapOfFields

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<RespyMTeamMemberFunction>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<RespyMTeamMemberFunction>
    • getTeamMemberIfPresent

      @Nonnull public io.vavr.control.Option<RespyMgmtTeamMember> getTeamMemberIfPresent()
      Retrieval of associated RespyMgmtTeamMember entity (one to one). This corresponds to the OData navigation property _TeamMember.

      If the navigation property for an entity RespyMTeamMemberFunction has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _TeamMember is already loaded, the result will contain the RespyMgmtTeamMember entity. If not, an Option with result state empty is returned.
    • setTeamMember

      public void setTeamMember(RespyMgmtTeamMember value)
      Overwrites the associated RespyMgmtTeamMember entity for the loaded navigation property _TeamMember.
      Parameters:
      value - New RespyMgmtTeamMember entity.
    • builder

    • getRespyMgmtGlobalTeamID

      @Nullable public String getRespyMgmtGlobalTeamID()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: RespyMgmtGlobalTeamID

      Returns:
      Global Team ID in Responsibility Mgmt.
    • getRespyMgmtTeamMemberType

      @Nullable public String getRespyMgmtTeamMemberType()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: RespyMgmtTeamMemberType

      Returns:
      Team Member Type
    • getResponsibilityTeamMember

      @Nullable public String getResponsibilityTeamMember()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ResponsibilityTeamMember

      Returns:
      Business Partner Number
    • getRespyMgmtFunction

      @Nullable public String getRespyMgmtFunction()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RespyMgmtFunction

      Returns:
      Function
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<RespyMTeamMemberFunction>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<RespyMTeamMemberFunction>