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() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
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
- Indicates the unique identification that you use to maintain the business object subscriptionspublic void setSAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
sAPObjectType
- Indicates the name of the business object type.public 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
- Indicates the text description of a particular business object type.public void setSAPObjectTaskTypeName(@Nullable String sAPObjectTaskTypeName)
Original property name from the Odata EDM: SAPObjectTaskTypeName
sAPObjectTaskTypeName
- Indicates the text description of a particular business object task, which is dependent on the
language that you maintain in the text table.public void setBusEventSubscriptionStateCode(@Nullable String busEventSubscriptionStateCode)
Original property name from the Odata EDM: BusEventSubscriptionStateCode
busEventSubscriptionStateCode
- Indicates whether the subscription is active or inactive. If the value of this field is 1, then the
subscription is active. If the value of this field is 0, then the subscription is inactive. When a
subscription is created, then by default, it is in Active state.public void setBusEventPriority(@Nullable Short busEventPriority)
Original property name from the Odata EDM: BusEventPriority
busEventPriority
- Indicates the importance level of a subscription. For example, if the priority of a subscription is 1,
then it will hold the most importance.public void setBusinessEventSubscriberName(@Nullable String businessEventSubscriberName)
Original property name from the Odata EDM: BusinessEventSubscriberName
businessEventSubscriberName
- Indicates the short description that you use for Subscriber ID.public void setCreationUTCDateTime(@Nullable BigDecimal creationUTCDateTime)
Original property name from the Odata EDM: CreationUTCDateTime
creationUTCDateTime
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)public void setCreatedByUserName(@Nullable String createdByUserName)
Original property name from the Odata EDM: CreatedByUserName
createdByUserName
- User Descriptionprotected String getEntityCollection()
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()
getDefaultServicePath
in class VdmEntity<SubscriptionRead>
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
public String toString()
toString
in class VdmObject<SubscriptionRead>
public boolean equals(Object o)
equals
in class VdmObject<SubscriptionRead>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SubscriptionRead>
public int hashCode()
hashCode
in class VdmObject<SubscriptionRead>
Copyright © 2019 SAP SE. All rights reserved.