Class PurgCatMember
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<PurgCatMember>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.PurgCatMember
Team Member
Original entity name from the Odata EDM: A_PurgCatMemberType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PurgCatMemberSelectableSelector for all available fields of PurgCatMember.static final PurgCatMemberField<String>Use with available fluent helpers to apply the EmailAddress field to query operations.static final PurgCatMemberField<UUID>Use with available fluent helpers to apply the PurgCatPartyUUID field to query operations.static final PurgCatMemberField<UUID>Use with available fluent helpers to apply the PurgCatUUID field to query operations.static final PurgCatMemberField<String>Use with available fluent helpers to apply the UserID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionPurgCatMember(UUID purgCatPartyUUID, UUID purgCatUUID, String userID, String emailAddress) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PurgCatMemberField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PurgCatMemberField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected StringConstraints: Not nullable, Maximum length: 241protected StringgetKey()(Key Field) Constraints: Not nullableConstraints: nonegetType()Constraints: Not nullable, Maximum length: 12inthashCode()voidsetEmailAddress(String emailAddress) Constraints: Not nullable, Maximum length: 241voidsetPurgCatPartyUUID(UUID purgCatPartyUUID) (Key Field) Constraints: Not nullablevoidsetPurgCatUUID(UUID purgCatUUID) Constraints: noneprotected voidsetServicePathForFetch(String servicePathForFetch) voidConstraints: Not nullable, Maximum length: 12toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of PurgCatMember. -
PURG_CAT_PARTY_UUID
Use with available fluent helpers to apply the PurgCatPartyUUID field to query operations. -
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations. -
USER_ID
Use with available fluent helpers to apply the UserID field to query operations. -
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations.
-
-
Constructor Details
-
PurgCatMember
public PurgCatMember() -
PurgCatMember
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PurgCatMember>
-
setPurgCatPartyUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatPartyUUID
- Parameters:
purgCatPartyUUID- Purchasing Category Party UUID
-
setPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Parameters:
purgCatUUID- Purchasing Category UUID
-
setUserID
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: UserID
- Parameters:
userID- User ID
-
setEmailAddress
Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Parameters:
emailAddress- Email Address
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PurgCatMember>
-
getKey
- Overrides:
getKeyin classVdmObject<PurgCatMember>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PurgCatMember>
-
fromMap
- Overrides:
fromMapin classVdmObject<PurgCatMember>
-
field
@Nonnull public static <T> PurgCatMemberField<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> PurgCatMemberField<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 fieldfieldName- 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
- Overrides:
getDestinationForFetchin classVdmEntity<PurgCatMember>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PurgCatMember>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PurgCatMember>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PurgCatMember>
-
builder
-
getPurgCatPartyUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatPartyUUID
- Returns:
- Purchasing Category Party UUID
-
getPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Returns:
- Purchasing Category UUID
-
getUserID
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: UserID
- Returns:
- User ID
-
getEmailAddress
Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Returns:
- Email Address
-
toString
- Overrides:
toStringin classVdmObject<PurgCatMember>
-
equals
- Overrides:
equalsin classVdmEntity<PurgCatMember>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PurgCatMember>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PurgCatMember>
-