Class TeamAttributes
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: TeamAttributesType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of TeamAttributes instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamAttributes>Selector for all available fields of TeamAttributes.static final SimpleProperty.String<TeamAttributes>static final SimpleProperty.String<TeamAttributes>static final SimpleProperty.String<TeamAttributes>static final SimpleProperty.String<TeamAttributes>static final SimpleProperty.String<TeamAttributes>static final SimpleProperty.String<TeamAttributes>static final NavigationProperty.Single<TeamAttributes,TeamHeaders> Use with available request builders to apply the _TeamHeader navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionTeamAttributes(String respyMgmtGlobalTeamID, String respyMgmtAttributeName, String respyMgmtAttributeSign, String respyMgmtAttributeOption, String respyMgmtAttributeLowValue, String respyMgmtAttributeHighValue, TeamHeaders to_TeamHeader) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 40io.vavr.control.Option<TeamHeaders>Retrieval of associated TeamHeaders entity (one to one).getType()inthashCode()voidsetRespyMgmtAttributeHighValue(String respyMgmtAttributeHighValue) (Key Field) Constraints: Not nullable, Maximum length: 50voidsetRespyMgmtAttributeLowValue(String respyMgmtAttributeLowValue) (Key Field) Constraints: Not nullable, Maximum length: 50voidsetRespyMgmtAttributeName(String respyMgmtAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetRespyMgmtAttributeOption(String respyMgmtAttributeOption) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetRespyMgmtAttributeSign(String respyMgmtAttributeSign) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetRespyMgmtGlobalTeamID(String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetTeamHeader(TeamHeaders value) Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of TeamAttributes. -
RESPY_MGMT_GLOBAL_TEAM_ID
-
RESPY_MGMT_ATTRIBUTE_NAME
-
RESPY_MGMT_ATTRIBUTE_SIGN
-
RESPY_MGMT_ATTRIBUTE_OPTION
-
RESPY_MGMT_ATTRIBUTE_LOW_VALUE
-
RESPY_MGMT_ATTRIBUTE_HIGH_VALUE
-
TO__TEAM_HEADER
Use with available request builders to apply the _TeamHeader navigation property to query operations.
-
-
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
- Specified by:
getTypein classVdmObject<TeamAttributes>
-
setRespyMgmtGlobalTeamID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Parameters:
respyMgmtGlobalTeamID- Global Team ID in Responsibility Mgmt.
-
setRespyMgmtAttributeName
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtAttributeName
- Parameters:
respyMgmtAttributeName- Responsibility Definition Name
-
setRespyMgmtAttributeSign
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RespyMgmtAttributeSign
- Parameters:
respyMgmtAttributeSign- Type of SIGN component in row type of a Ranges type
-
setRespyMgmtAttributeOption
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtAttributeOption
- Parameters:
respyMgmtAttributeOption- Type of OPTION component in row type of a Ranges type
-
setRespyMgmtAttributeLowValue
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtAttributeLowValue
- Parameters:
respyMgmtAttributeLowValue- Start Value of Selection Criteria
-
setRespyMgmtAttributeHighValue
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtAttributeHighValue
- Parameters:
respyMgmtAttributeHighValue- End Value of Selection Criteria
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<TeamAttributes>
-
getKey
- Overrides:
getKeyin classVdmObject<TeamAttributes>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<TeamAttributes>
-
fromMap
- Overrides:
fromMapin classVdmObject<TeamAttributes>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<TeamAttributes>
-
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
Optionresult state will beempty.- Returns:
- If the information for navigation property _TeamHeader is already loaded, the result will contain
the TeamHeaders entity. If not, an
Optionwith result stateemptyis returned.
-
setTeamHeader
Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.- Parameters:
value- New TeamHeaders entity.
-
builder
-
getRespyMgmtGlobalTeamID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Returns:
- Global Team ID in Responsibility Mgmt.
-
getRespyMgmtAttributeName
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtAttributeName
- Returns:
- Responsibility Definition Name
-
getRespyMgmtAttributeSign
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RespyMgmtAttributeSign
- Returns:
- Type of SIGN component in row type of a Ranges type
-
getRespyMgmtAttributeOption
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtAttributeOption
- Returns:
- Type of OPTION component in row type of a Ranges type
-
getRespyMgmtAttributeLowValue
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtAttributeLowValue
- Returns:
- Start Value of Selection Criteria
-
getRespyMgmtAttributeHighValue
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtAttributeHighValue
- Returns:
- End Value of Selection Criteria
-
toString
- Overrides:
toStringin classVdmObject<TeamAttributes>
-
equals
- Overrides:
equalsin classVdmEntity<TeamAttributes>
-
canEqual
- Overrides:
canEqualin classVdmEntity<TeamAttributes>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<TeamAttributes>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<TeamAttributes>
-