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

public class TeamAttributes extends VdmEntity<TeamAttributes> implements VdmEntitySet
Team Attributes

Original entity name from the Odata EDM: TeamAttributesType

  • Field Details

  • Constructor Details

    • TeamAttributes

      public TeamAttributes()
    • TeamAttributes

      public TeamAttributes(@Nullable String respyMgmtGlobalTeamID, @Nullable String respyMgmtAttributeName, @Nullable String respyMgmtAttributeSign, @Nullable String respyMgmtAttributeOption, @Nullable String respyMgmtAttributeLowValue, @Nullable String respyMgmtAttributeHighValue, @Nullable TeamHeaders to_TeamHeader)
  • Method Details

    • getType

      @Nonnull public Class<TeamAttributes> getType()
      Specified by:
      getType in class VdmObject<TeamAttributes>
    • 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.
    • setRespyMgmtAttributeName

      public void setRespyMgmtAttributeName(@Nullable String respyMgmtAttributeName)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RespyMgmtAttributeName

      Parameters:
      respyMgmtAttributeName - Responsibility Definition Name
    • setRespyMgmtAttributeSign

      public void setRespyMgmtAttributeSign(@Nullable String respyMgmtAttributeSign)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RespyMgmtAttributeSign

      Parameters:
      respyMgmtAttributeSign - Type of SIGN component in row type of a Ranges type
    • setRespyMgmtAttributeOption

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

      Original property name from the Odata EDM: RespyMgmtAttributeOption

      Parameters:
      respyMgmtAttributeOption - Type of OPTION component in row type of a Ranges type
    • setRespyMgmtAttributeLowValue

      public void setRespyMgmtAttributeLowValue(@Nullable String respyMgmtAttributeLowValue)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: RespyMgmtAttributeLowValue

      Parameters:
      respyMgmtAttributeLowValue - Start Value of Selection Criteria
    • setRespyMgmtAttributeHighValue

      public void setRespyMgmtAttributeHighValue(@Nullable String respyMgmtAttributeHighValue)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: RespyMgmtAttributeHighValue

      Parameters:
      respyMgmtAttributeHighValue - End Value of Selection Criteria
    • getEntityCollection

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

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

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

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

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

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

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

      If the navigation property for an entity TeamAttributes 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 _TeamHeader is already loaded, the result will contain the TeamHeaders entity. If not, an Option with result state empty is returned.
    • setTeamHeader

      public void setTeamHeader(TeamHeaders value)
      Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.
      Parameters:
      value - New TeamHeaders entity.
    • builder

      @Nonnull public static TeamAttributes.TeamAttributesBuilder 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.
    • getRespyMgmtAttributeName

      @Nullable public String getRespyMgmtAttributeName()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RespyMgmtAttributeName

      Returns:
      Responsibility Definition Name
    • getRespyMgmtAttributeSign

      @Nullable public String getRespyMgmtAttributeSign()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RespyMgmtAttributeSign

      Returns:
      Type of SIGN component in row type of a Ranges type
    • getRespyMgmtAttributeOption

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

      Original property name from the Odata EDM: RespyMgmtAttributeOption

      Returns:
      Type of OPTION component in row type of a Ranges type
    • getRespyMgmtAttributeLowValue

      @Nullable public String getRespyMgmtAttributeLowValue()
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: RespyMgmtAttributeLowValue

      Returns:
      Start Value of Selection Criteria
    • getRespyMgmtAttributeHighValue

      @Nullable public String getRespyMgmtAttributeHighValue()
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: RespyMgmtAttributeHighValue

      Returns:
      End Value of Selection Criteria
    • toString

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

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

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

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

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