applicationType property

String? applicationType
getter/setter pair

Type of the application.

Netweaver, etc.

Required. Possible string values are:

  • "APPLICATION_TYPE_UNSPECIFIED" : Unspecified application type
  • "NETWEAVER" : SAP Netweaver
  • "NETWEAVER_ABAP" : SAP Netweaver ABAP
  • "NETWEAVER_JAVA" : SAP Netweaver Java

Implementation

core.String? applicationType;