Class SitnInstance
Original entity name from the Odata EDM: A_SitnInstanceType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SitnInstanceSelectableSelector for all available fields of SitnInstance.static final SitnInstanceField<ZonedDateTime>Use with available fluent helpers to apply the CreationDateTime field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnDefAnchorObject field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnDefTemplateID field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnDefinitionID field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnInstanceID field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnInstceAnchorObjectKey field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnInstceStage field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnInstceStatus field to query operations.static final SitnInstanceField<String>Use with available fluent helpers to apply the SitnInstceTriggerObjectKey field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSitnInstance(String sitnInstanceID, String sitnDefinitionID, String sitnInstceAnchorObjectKey, String sitnInstceTriggerObjectKey, String sitnInstceStatus, String sitnInstceStage, ZonedDateTime creationDateTime, String sitnDefAnchorObject, String sitnDefTemplateID) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SitnInstanceField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SitnInstanceField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Precision: 7protected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 32Constraints: Not nullable, Maximum length: 32(Key Field) Constraints: Not nullable, Maximum length: 32Constraints: Not nullable, Maximum length: 70Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 70getType()inthashCode()voidsetCreationDateTime(ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 7protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSitnDefAnchorObject(String sitnDefAnchorObject) Constraints: Not nullable, Maximum length: 30voidsetSitnDefinitionID(String sitnDefinitionID) Constraints: Not nullable, Maximum length: 32voidsetSitnDefTemplateID(String sitnDefTemplateID) Constraints: Not nullable, Maximum length: 32voidsetSitnInstanceID(String sitnInstanceID) (Key Field) Constraints: Not nullable, Maximum length: 32voidsetSitnInstceAnchorObjectKey(String sitnInstceAnchorObjectKey) Constraints: Not nullable, Maximum length: 70voidsetSitnInstceStage(String sitnInstceStage) Constraints: Not nullable, Maximum length: 2voidsetSitnInstceStatus(String sitnInstceStatus) Constraints: Not nullable, Maximum length: 2voidsetSitnInstceTriggerObjectKey(String sitnInstceTriggerObjectKey) Constraints: Not nullable, Maximum length: 70toString()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 SitnInstance. -
SITN_INSTANCE_ID
Use with available fluent helpers to apply the SitnInstanceID field to query operations. -
SITN_DEFINITION_ID
Use with available fluent helpers to apply the SitnDefinitionID field to query operations. -
SITN_INSTCE_ANCHOR_OBJECT_KEY
Use with available fluent helpers to apply the SitnInstceAnchorObjectKey field to query operations. -
SITN_INSTCE_TRIGGER_OBJECT_KEY
Use with available fluent helpers to apply the SitnInstceTriggerObjectKey field to query operations. -
SITN_INSTCE_STATUS
Use with available fluent helpers to apply the SitnInstceStatus field to query operations. -
SITN_INSTCE_STAGE
Use with available fluent helpers to apply the SitnInstceStage field to query operations. -
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations. -
SITN_DEF_ANCHOR_OBJECT
Use with available fluent helpers to apply the SitnDefAnchorObject field to query operations. -
SITN_DEF_TEMPLATE_ID
Use with available fluent helpers to apply the SitnDefTemplateID field to query operations.
-
-
Constructor Details
-
SitnInstance
public SitnInstance() -
SitnInstance
public SitnInstance(@Nullable String sitnInstanceID, @Nullable String sitnDefinitionID, @Nullable String sitnInstceAnchorObjectKey, @Nullable String sitnInstceTriggerObjectKey, @Nullable String sitnInstceStatus, @Nullable String sitnInstceStage, @Nullable ZonedDateTime creationDateTime, @Nullable String sitnDefAnchorObject, @Nullable String sitnDefTemplateID)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SitnInstance>
-
setSitnInstanceID
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnInstanceID
- Parameters:
sitnInstanceID- Instance ID
-
setSitnDefinitionID
Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnDefinitionID
- Parameters:
sitnDefinitionID- Situation Type ID
-
setSitnInstceAnchorObjectKey
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: SitnInstceAnchorObjectKey
- Parameters:
sitnInstceAnchorObjectKey- Anchor Object Key
-
setSitnInstceTriggerObjectKey
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: SitnInstceTriggerObjectKey
- Parameters:
sitnInstceTriggerObjectKey- Trigger Object Key
-
setSitnInstceStatus
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SitnInstceStatus
- Parameters:
sitnInstceStatus- Instance Status
-
setSitnInstceStage
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SitnInstceStage
- Parameters:
sitnInstceStage- Stage of Instance
-
setCreationDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Parameters:
creationDateTime- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
setSitnDefAnchorObject
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SitnDefAnchorObject
- Parameters:
sitnDefAnchorObject- Situation Anchor Object Type
-
setSitnDefTemplateID
Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnDefTemplateID
- Parameters:
sitnDefTemplateID- Situation Standard Template ID
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SitnInstance>
-
getKey
- Overrides:
getKeyin classVdmObject<SitnInstance>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SitnInstance>
-
fromMap
- Overrides:
fromMapin classVdmObject<SitnInstance>
-
field
@Nonnull public static <T> SitnInstanceField<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> SitnInstanceField<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<SitnInstance>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SitnInstance>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SitnInstance>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SitnInstance>
-
builder
-
getSitnInstanceID
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnInstanceID
- Returns:
- Instance ID
-
getSitnDefinitionID
Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnDefinitionID
- Returns:
- Situation Type ID
-
getSitnInstceAnchorObjectKey
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: SitnInstceAnchorObjectKey
- Returns:
- Anchor Object Key
-
getSitnInstceTriggerObjectKey
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: SitnInstceTriggerObjectKey
- Returns:
- Trigger Object Key
-
getSitnInstceStatus
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SitnInstceStatus
- Returns:
- Instance Status
-
getSitnInstceStage
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SitnInstceStage
- Returns:
- Stage of Instance
-
getCreationDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
getSitnDefAnchorObject
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SitnDefAnchorObject
- Returns:
- Situation Anchor Object Type
-
getSitnDefTemplateID
Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: SitnDefTemplateID
- Returns:
- Situation Standard Template ID
-
toString
- Overrides:
toStringin classVdmObject<SitnInstance>
-
equals
- Overrides:
equalsin classVdmEntity<SitnInstance>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SitnInstance>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SitnInstance>
-