Class GrantCoreHierarchyText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<GrantCoreHierarchyText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy.GrantCoreHierarchyText
Grant Hierarchy Text
Original entity name from the Odata EDM: A_GrantCoreHierarchyText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GrantCoreHierarchyTextSelectableSelector for all available fields of GrantCoreHierarchyText.static final GrantCoreHierarchyTextField<String>Use with available fluent helpers to apply the GrantHierarchy field to query operations.static final GrantCoreHierarchyTextField<String>Use with available fluent helpers to apply the GrantHierarchyName field to query operations.static final GrantCoreHierarchyTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final GrantCoreHierarchyTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final GrantCoreHierarchyTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityStartDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionGrantCoreHierarchyText(String grantHierarchy, LocalDateTime validityEndDate, String language, LocalDateTime validityStartDate, String grantHierarchyName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
GrantCoreHierarchyTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> GrantCoreHierarchyTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 42Constraints: Not nullable, Maximum length: 50getKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()(Key Field) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0inthashCode()voidsetGrantHierarchy(String grantHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42voidsetGrantHierarchyName(String grantHierarchyName) Constraints: Not nullable, Maximum length: 50voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetValidityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0voidsetValidityStartDate(LocalDateTime validityStartDate) 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 GrantCoreHierarchyText. -
GRANT_HIERARCHY
Use with available fluent helpers to apply the GrantHierarchy field to query operations. -
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations. -
GRANT_HIERARCHY_NAME
Use with available fluent helpers to apply the GrantHierarchyName field to query operations.
-
-
Constructor Details
-
GrantCoreHierarchyText
public GrantCoreHierarchyText() -
GrantCoreHierarchyText
public GrantCoreHierarchyText(@Nullable String grantHierarchy, @Nullable LocalDateTime validityEndDate, @Nullable String language, @Nullable LocalDateTime validityStartDate, @Nullable String grantHierarchyName)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<GrantCoreHierarchyText>
-
setGrantHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: GrantHierarchy
- Parameters:
grantHierarchy- Grant Hierarchy
-
setValidityEndDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Parameters:
validityEndDate- Validity End Date
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Validity Start Date
-
setGrantHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: GrantHierarchyName
- Parameters:
grantHierarchyName- Hierarchy description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<GrantCoreHierarchyText>
-
getKey
- Overrides:
getKeyin classVdmObject<GrantCoreHierarchyText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<GrantCoreHierarchyText>
-
fromMap
- Overrides:
fromMapin classVdmObject<GrantCoreHierarchyText>
-
field
@Nonnull public static <T> GrantCoreHierarchyTextField<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> GrantCoreHierarchyTextField<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<GrantCoreHierarchyText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<GrantCoreHierarchyText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<GrantCoreHierarchyText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<GrantCoreHierarchyText>
-
builder
-
getGrantHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: GrantHierarchy
- Returns:
- Grant Hierarchy
-
getValidityEndDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
- Validity End Date
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Validity Start Date
-
getGrantHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: GrantHierarchyName
- Returns:
- Hierarchy description
-
toString
- Overrides:
toStringin classVdmObject<GrantCoreHierarchyText>
-
equals
- Overrides:
equalsin classVdmEntity<GrantCoreHierarchyText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<GrantCoreHierarchyText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<GrantCoreHierarchyText>
-