Class MaintNotifTypeDetProfile
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<MaintNotifTypeDetProfile>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.detectionmethod.MaintNotifTypeDetProfile
- All Implemented Interfaces:
VdmEntitySet
public class MaintNotifTypeDetProfile
extends VdmEntity<MaintNotifTypeDetProfile>
implements VdmEntitySet
Assign Notification Type to Profile
Original entity name from the Odata EDM: MaintNotifTypeDetProfile_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<MaintNotifTypeDetProfile>Selector for all available fields of MaintNotifTypeDetProfile.static final SimpleProperty.String<MaintNotifTypeDetProfile>static final SimpleProperty.String<MaintNotifTypeDetProfile>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionMaintNotifTypeDetProfile(String notificationType, String maintNotifDetectionProfile) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidsetMaintNotifDetectionProfile(String maintNotifDetectionProfile) Constraints: Not nullable, Maximum length: 2voidsetNotificationType(String notificationType) (Key Field) Constraints: Not nullable, Maximum length: 2toString()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, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of MaintNotifTypeDetProfile. -
NOTIFICATION_TYPE
-
MAINT_NOTIF_DETECTION_PROFILE
-
-
Constructor Details
-
MaintNotifTypeDetProfile
public MaintNotifTypeDetProfile() -
MaintNotifTypeDetProfile
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<MaintNotifTypeDetProfile>
-
setNotificationType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: NotificationType
- Parameters:
notificationType- Notification Type
-
setMaintNotifDetectionProfile
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaintNotifDetectionProfile
- Parameters:
maintNotifDetectionProfile- Detection Method Profile
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<MaintNotifTypeDetProfile>
-
getKey
- Overrides:
getKeyin classVdmObject<MaintNotifTypeDetProfile>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<MaintNotifTypeDetProfile>
-
fromMap
- Overrides:
fromMapin classVdmObject<MaintNotifTypeDetProfile>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<MaintNotifTypeDetProfile>
-
builder
-
getNotificationType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: NotificationType
- Returns:
- Notification Type
-
getMaintNotifDetectionProfile
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaintNotifDetectionProfile
- Returns:
- Detection Method Profile
-
toString
- Overrides:
toStringin classVdmObject<MaintNotifTypeDetProfile>
-
equals
- Overrides:
equalsin classVdmEntity<MaintNotifTypeDetProfile>
-
canEqual
- Overrides:
canEqualin classVdmEntity<MaintNotifTypeDetProfile>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<MaintNotifTypeDetProfile>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<MaintNotifTypeDetProfile>
-