Class SmtpNumbers
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SmtpNumbers>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace.SmtpNumbers
E-mail Addresses
Original entity name from the Odata EDM: SmtpNumbers
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SmtpNumbersSelectableSelector for all available fields of SmtpNumbers.static final SmtpNumbersField<String>Use with available fluent helpers to apply the Branch field to query operations.static final SmtpNumbersField<String>Use with available fluent helpers to apply the CompanyCode field to query operations.static final SmtpNumbersField<String>Use with available fluent helpers to apply the EmailAddress field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SmtpNumbersField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SmtpNumbersField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 241protected StringgetKey()getType()inthashCode()void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetCompanyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetEmailAddress(String emailAddress) Constraints: Not nullable, Maximum length: 241protected voidsetServicePathForFetch(String servicePathForFetch) toString()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 SmtpNumbers. -
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations. -
BRANCH
Use with available fluent helpers to apply the Branch field to query operations. -
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
-
-
Constructor Details
-
SmtpNumbers
public SmtpNumbers() -
SmtpNumbers
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SmtpNumbers>
-
setEmailAddress
Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Parameters:
emailAddress- Email Address
-
setBranch
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Branch
- Parameters:
branch- Business Place
-
setCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- Company Code
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SmtpNumbers>
-
getKey
- Overrides:
getKeyin classVdmObject<SmtpNumbers>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SmtpNumbers>
-
fromMap
- Overrides:
fromMapin classVdmObject<SmtpNumbers>
-
field
@Nonnull public static <T> SmtpNumbersField<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> SmtpNumbersField<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<SmtpNumbers>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SmtpNumbers>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SmtpNumbers>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SmtpNumbers>
-
builder
-
getEmailAddress
Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Returns:
- Email Address
-
getBranch
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Branch
- Returns:
- Business Place
-
getCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- Company Code
-
toString
- Overrides:
toStringin classVdmObject<SmtpNumbers>
-
equals
- Overrides:
equalsin classVdmEntity<SmtpNumbers>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SmtpNumbers>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SmtpNumbers>
-