public class SubscriptionRead extends VdmEntity<SubscriptionRead>
Original entity name from the Odata EDM: SubscriptionRead
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionRead.SubscriptionReadBuilder |
Modifier and Type | Field and Description |
---|---|
static SubscriptionReadSelectable |
ALL_FIELDS
Selector for all available fields of SubscriptionRead.
|
static SubscriptionReadField<Short> |
BUS_EVENT_PRIORITY
Use with available fluent helpers to apply the BusEventPriority field to query operations.
|
static SubscriptionReadField<String> |
BUS_EVENT_SUBSCRIBER_CODE
Use with available fluent helpers to apply the BusEventSubscriberCode field to query operations.
|
static SubscriptionReadField<String> |
BUS_EVENT_SUBSCRIPTION_STATE_CODE
Use with available fluent helpers to apply the BusEventSubscriptionStateCode field to query operations.
|
static SubscriptionReadField<String> |
BUSINESS_EVENT_SUBSCRIBER_NAME
Use with available fluent helpers to apply the BusinessEventSubscriberName field to query operations.
|
static SubscriptionReadField<String> |
CREATED_BY_USER_NAME
Use with available fluent helpers to apply the CreatedByUserName field to query operations.
|
static SubscriptionReadField<BigDecimal> |
CREATION_UTC_DATE_TIME
Use with available fluent helpers to apply the CreationUTCDateTime field to query operations.
|
static SubscriptionReadField<String> |
SAP_OBJECT_TASK_CODE
Use with available fluent helpers to apply the SAPObjectTaskCode field to query operations.
|
static SubscriptionReadField<String> |
SAP_OBJECT_TASK_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTaskTypeName field to query operations.
|
static SubscriptionReadField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
static SubscriptionReadField<String> |
SAP_OBJECT_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTypeName field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SubscriptionRead() |
SubscriptionRead(String busEventSubscriberCode,
String sAPObjectType,
String sAPObjectTaskCode,
String sAPObjectTypeName,
String sAPObjectTaskTypeName,
String busEventSubscriptionStateCode,
Short busEventPriority,
String businessEventSubscriberName,
BigDecimal creationUTCDateTime,
String createdByUserName) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SubscriptionRead.SubscriptionReadBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SubscriptionReadField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
Short |
getBusEventPriority()
Constraints: Not nullable
|
String |
getBusEventSubscriberCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getBusEventSubscriptionStateCode()
Constraints: Not nullable, Maximum length: 1
|
String |
getBusinessEventSubscriberName()
Constraints: Not nullable, Maximum length: 32
|
String |
getCreatedByUserName()
Constraints: Not nullable, Maximum length: 80
|
BigDecimal |
getCreationUTCDateTime()
Constraints: Not nullable, Precision: 15, Scale: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
String |
getSAPObjectTaskCode()
(Key Field) Constraints: Not nullable, Maximum length: 18
|
String |
getSAPObjectTaskTypeName()
Constraints: Not nullable, Maximum length: 80
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
getSAPObjectTypeName()
Constraints: Not nullable, Maximum length: 80
|
Class<SubscriptionRead> |
getType() |
int |
hashCode() |
void |
setBusEventPriority(Short busEventPriority)
Constraints: Not nullable
|
void |
setBusEventSubscriberCode(String busEventSubscriberCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setBusEventSubscriptionStateCode(String busEventSubscriptionStateCode)
Constraints: Not nullable, Maximum length: 1
|
void |
setBusinessEventSubscriberName(String businessEventSubscriberName)
Constraints: Not nullable, Maximum length: 32
|
void |
setCreatedByUserName(String createdByUserName)
Constraints: Not nullable, Maximum length: 80
|
void |
setCreationUTCDateTime(BigDecimal creationUTCDateTime)
Constraints: Not nullable, Precision: 15, Scale: 0
|
void |
setSAPObjectTaskCode(String sAPObjectTaskCode)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setSAPObjectTaskTypeName(String sAPObjectTaskTypeName)
Constraints: Not nullable, Maximum length: 80
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setSAPObjectTypeName(String sAPObjectTypeName)
Constraints: Not nullable, Maximum length: 80
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SubscriptionReadSelectable ALL_FIELDS
public static final SubscriptionReadField<String> BUS_EVENT_SUBSCRIBER_CODE
public static final SubscriptionReadField<String> SAP_OBJECT_TYPE
public static final SubscriptionReadField<String> SAP_OBJECT_TASK_CODE
public static final SubscriptionReadField<String> SAP_OBJECT_TYPE_NAME
public static final SubscriptionReadField<String> SAP_OBJECT_TASK_TYPE_NAME
public static final SubscriptionReadField<String> BUS_EVENT_SUBSCRIPTION_STATE_CODE
public static final SubscriptionReadField<Short> BUS_EVENT_PRIORITY
public static final SubscriptionReadField<String> BUSINESS_EVENT_SUBSCRIBER_NAME
public static final SubscriptionReadField<BigDecimal> CREATION_UTC_DATE_TIME
public static final SubscriptionReadField<String> CREATED_BY_USER_NAME
public SubscriptionRead()
public SubscriptionRead(@Nullable String busEventSubscriberCode, @Nullable String sAPObjectType, @Nullable String sAPObjectTaskCode, @Nullable String sAPObjectTypeName, @Nullable String sAPObjectTaskTypeName, @Nullable String busEventSubscriptionStateCode, @Nullable Short busEventPriority, @Nullable String businessEventSubscriberName, @Nullable BigDecimal creationUTCDateTime, @Nullable String createdByUserName)
@Nonnull public Class<SubscriptionRead> getType()
getType
in class VdmObject<SubscriptionRead>
public void setBusEventSubscriberCode(@Nullable String busEventSubscriberCode)
Original property name from the Odata EDM: BusEventSubscriberCode
busEventSubscriberCode
- Subscriber IDpublic void setSAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
sAPObjectType
- SAP Object Typepublic void setSAPObjectTaskCode(@Nullable String sAPObjectTaskCode)
Original property name from the Odata EDM: SAPObjectTaskCode
sAPObjectTaskCode
- SAP Object Task Codepublic void setSAPObjectTypeName(@Nullable String sAPObjectTypeName)
Original property name from the Odata EDM: SAPObjectTypeName
sAPObjectTypeName
- SAP Object Type Namepublic void setSAPObjectTaskTypeName(@Nullable String sAPObjectTaskTypeName)
Original property name from the Odata EDM: SAPObjectTaskTypeName
sAPObjectTaskTypeName
- Obj Task Type Namepublic void setBusEventSubscriptionStateCode(@Nullable String busEventSubscriptionStateCode)
Original property name from the Odata EDM: BusEventSubscriptionStateCode
busEventSubscriptionStateCode
- Statepublic void setBusEventPriority(@Nullable Short busEventPriority)
Original property name from the Odata EDM: BusEventPriority
busEventPriority
- Prioritypublic void setBusinessEventSubscriberName(@Nullable String businessEventSubscriberName)
Original property name from the Odata EDM: BusinessEventSubscriberName
businessEventSubscriberName
- Subscriber Namepublic void setCreationUTCDateTime(@Nullable BigDecimal creationUTCDateTime)
Original property name from the Odata EDM: CreationUTCDateTime
creationUTCDateTime
- Time Stamppublic void setCreatedByUserName(@Nullable String createdByUserName)
Original property name from the Odata EDM: CreatedByUserName
createdByUserName
- Descriptionprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SubscriptionRead>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SubscriptionRead>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SubscriptionRead>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SubscriptionRead>
@Nonnull public static <T> SubscriptionReadField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> SubscriptionReadField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<SubscriptionRead>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<SubscriptionRead>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<SubscriptionRead>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<SubscriptionRead>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static SubscriptionRead.SubscriptionReadBuilder builder()
@Nullable public String getBusEventSubscriberCode()
Original property name from the Odata EDM: BusEventSubscriberCode
@Nullable public String getSAPObjectType()
Original property name from the Odata EDM: SAPObjectType
@Nullable public String getSAPObjectTaskCode()
Original property name from the Odata EDM: SAPObjectTaskCode
@Nullable public String getSAPObjectTypeName()
Original property name from the Odata EDM: SAPObjectTypeName
@Nullable public String getSAPObjectTaskTypeName()
Original property name from the Odata EDM: SAPObjectTaskTypeName
@Nullable public String getBusEventSubscriptionStateCode()
Original property name from the Odata EDM: BusEventSubscriptionStateCode
@Nullable public Short getBusEventPriority()
Original property name from the Odata EDM: BusEventPriority
@Nullable public String getBusinessEventSubscriberName()
Original property name from the Odata EDM: BusinessEventSubscriberName
@Nullable public BigDecimal getCreationUTCDateTime()
Original property name from the Odata EDM: CreationUTCDateTime
@Nullable public String getCreatedByUserName()
Original property name from the Odata EDM: CreatedByUserName
@Nonnull public String toString()
toString
in class VdmObject<SubscriptionRead>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SubscriptionRead>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SubscriptionRead>
public int hashCode()
hashCode
in class VdmObject<SubscriptionRead>
Copyright © 2021 SAP SE. All rights reserved.