Class SrvcOrdTmplUserStatus
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SrvcOrdTmplUserStatus>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.SrvcOrdTmplUserStatus
Service Order Template User Status
Original entity name from the Odata EDM: A_SrvcOrdTmplUserStatusType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SrvcOrdTmplUserStatusSelectableSelector for all available fields of SrvcOrdTmplUserStatus.static final SrvcOrdTmplUserStatusField<String>Use with available fluent helpers to apply the ServiceOrderTemplate field to query operations.static final SrvcOrdTmplUserStatusField<String>Use with available fluent helpers to apply the SrvcOrdTmplUserStatus field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSrvcOrdTmplUserStatus(String serviceOrderTemplate, String srvcOrdTmplUserStatus) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SrvcOrdTmplUserStatusField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SrvcOrdTmplUserStatusField<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: 5getType()inthashCode()voidsetServiceOrderTemplate(String serviceOrderTemplate) (Key Field) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSrvcOrdTmplUserStatus(String srvcOrdTmplUserStatus) (Key Field) Constraints: Not nullable, Maximum length: 5toString()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 SrvcOrdTmplUserStatus. -
SERVICE_ORDER_TEMPLATE
Use with available fluent helpers to apply the ServiceOrderTemplate field to query operations. -
SRVC_ORD_TMPL_USER_STATUS
Use with available fluent helpers to apply the SrvcOrdTmplUserStatus field to query operations.
-
-
Constructor Details
-
SrvcOrdTmplUserStatus
public SrvcOrdTmplUserStatus() -
SrvcOrdTmplUserStatus
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SrvcOrdTmplUserStatus>
-
setServiceOrderTemplate
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrderTemplate
- Parameters:
serviceOrderTemplate- Transaction ID
-
setSrvcOrdTmplUserStatus
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SrvcOrdTmplUserStatus
- Parameters:
srvcOrdTmplUserStatus- Object Status
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SrvcOrdTmplUserStatus>
-
getKey
- Overrides:
getKeyin classVdmObject<SrvcOrdTmplUserStatus>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SrvcOrdTmplUserStatus>
-
fromMap
- Overrides:
fromMapin classVdmObject<SrvcOrdTmplUserStatus>
-
field
@Nonnull public static <T> SrvcOrdTmplUserStatusField<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> SrvcOrdTmplUserStatusField<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<SrvcOrdTmplUserStatus>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SrvcOrdTmplUserStatus>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SrvcOrdTmplUserStatus>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SrvcOrdTmplUserStatus>
-
builder
-
getServiceOrderTemplate
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrderTemplate
- Returns:
- Transaction ID
-
getSrvcOrdTmplUserStatus
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SrvcOrdTmplUserStatus
- Returns:
- Object Status
-
toString
- Overrides:
toStringin classVdmObject<SrvcOrdTmplUserStatus>
-
equals
- Overrides:
equalsin classVdmEntity<SrvcOrdTmplUserStatus>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SrvcOrdTmplUserStatus>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SrvcOrdTmplUserStatus>
-