Class SrvcOrdTmplItemAppointment
Original entity name from the Odata EDM: A_SrvcOrdTmplItemAppointmentType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SrvcOrdTmplItemAppointmentSelectableSelector for all available fields of SrvcOrdTmplItemAppointment.static final SrvcOrdTmplItemAppointmentField<String>Use with available fluent helpers to apply the ServiceOrderTemplate field to query operations.static final SrvcOrdTmplItemAppointmentField<String>Use with available fluent helpers to apply the ServiceOrderTemplateItem field to query operations.static final SrvcOrdTmplItemAppointmentField<String>Use with available fluent helpers to apply the SrvcDocAppointmentType field to query operations.static final SrvcOrdTmplItemAppointmentField<ZonedDateTime>Use with available fluent helpers to apply the SrvcDocApptEndDateTime field to query operations.static final SrvcOrdTmplItemAppointmentField<ZonedDateTime>Use with available fluent helpers to apply the SrvcDocApptStartDateTime field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSrvcOrdTmplItemAppointment(String serviceOrderTemplate, String serviceOrderTemplateItem, String srvcDocAppointmentType, ZonedDateTime srvcDocApptStartDateTime, ZonedDateTime srvcDocApptEndDateTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SrvcOrdTmplItemAppointmentField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SrvcOrdTmplItemAppointmentField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0getType()inthashCode()voidsetServiceOrderTemplate(String serviceOrderTemplate) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetServiceOrderTemplateItem(String serviceOrderTemplateItem) (Key Field) Constraints: Not nullable, Maximum length: 6protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSrvcDocAppointmentType(String srvcDocAppointmentType) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetSrvcDocApptEndDateTime(ZonedDateTime srvcDocApptEndDateTime) Constraints: Not nullable, Precision: 0voidsetSrvcDocApptStartDateTime(ZonedDateTime srvcDocApptStartDateTime) Constraints: Not nullable, Precision: 0toString()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 SrvcOrdTmplItemAppointment. -
SERVICE_ORDER_TEMPLATE
Use with available fluent helpers to apply the ServiceOrderTemplate field to query operations. -
SERVICE_ORDER_TEMPLATE_ITEM
Use with available fluent helpers to apply the ServiceOrderTemplateItem field to query operations. -
SRVC_DOC_APPOINTMENT_TYPE
Use with available fluent helpers to apply the SrvcDocAppointmentType field to query operations. -
SRVC_DOC_APPT_START_DATE_TIME
Use with available fluent helpers to apply the SrvcDocApptStartDateTime field to query operations. -
SRVC_DOC_APPT_END_DATE_TIME
Use with available fluent helpers to apply the SrvcDocApptEndDateTime field to query operations.
-
-
Constructor Details
-
SrvcOrdTmplItemAppointment
public SrvcOrdTmplItemAppointment() -
SrvcOrdTmplItemAppointment
public SrvcOrdTmplItemAppointment(@Nullable String serviceOrderTemplate, @Nullable String serviceOrderTemplateItem, @Nullable String srvcDocAppointmentType, @Nullable ZonedDateTime srvcDocApptStartDateTime, @Nullable ZonedDateTime srvcDocApptEndDateTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SrvcOrdTmplItemAppointment>
-
setServiceOrderTemplate
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrderTemplate
- Parameters:
serviceOrderTemplate- Transaction ID
-
setServiceOrderTemplateItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceOrderTemplateItem
- Parameters:
serviceOrderTemplateItem- Shortened Item Number in Document
-
setSrvcDocAppointmentType
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocAppointmentType
- Parameters:
srvcDocAppointmentType- Technical Date Type Name
-
setSrvcDocApptStartDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptStartDateTime
- Parameters:
srvcDocApptStartDateTime- Time Stamp (UTC) of Start Time of Appointment
-
setSrvcDocApptEndDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptEndDateTime
- Parameters:
srvcDocApptEndDateTime- Time stamp of end of appointment
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SrvcOrdTmplItemAppointment>
-
getKey
- Overrides:
getKeyin classVdmObject<SrvcOrdTmplItemAppointment>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SrvcOrdTmplItemAppointment>
-
fromMap
- Overrides:
fromMapin classVdmObject<SrvcOrdTmplItemAppointment>
-
field
@Nonnull public static <T> SrvcOrdTmplItemAppointmentField<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> SrvcOrdTmplItemAppointmentField<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<SrvcOrdTmplItemAppointment>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SrvcOrdTmplItemAppointment>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SrvcOrdTmplItemAppointment>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SrvcOrdTmplItemAppointment>
-
builder
-
getServiceOrderTemplate
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrderTemplate
- Returns:
- Transaction ID
-
getServiceOrderTemplateItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceOrderTemplateItem
- Returns:
- Shortened Item Number in Document
-
getSrvcDocAppointmentType
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocAppointmentType
- Returns:
- Technical Date Type Name
-
getSrvcDocApptStartDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptStartDateTime
- Returns:
- Time Stamp (UTC) of Start Time of Appointment
-
getSrvcDocApptEndDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptEndDateTime
- Returns:
- Time stamp of end of appointment
-
toString
- Overrides:
toStringin classVdmObject<SrvcOrdTmplItemAppointment>
-
equals
- Overrides:
equalsin classVdmEntity<SrvcOrdTmplItemAppointment>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SrvcOrdTmplItemAppointment>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SrvcOrdTmplItemAppointment>
-