Uses of Class
com.sap.platform.enums.ServiceClient
-
Packages that use ServiceClient Package Description com.sap.platform.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.com.sap.platform.model Contains generated models for each type of com.sap.platform.jalo package. -
-
Uses of ServiceClient in com.sap.platform.enums
Methods in com.sap.platform.enums that return ServiceClient Modifier and Type Method Description static ServiceClientServiceClient. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceClient[]ServiceClient. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceClient in com.sap.platform.model
Methods in com.sap.platform.model that return ServiceClient Modifier and Type Method Description ServiceClientCecServiceModel. getIdentifier()Generated method - Getter of theCecService.identifierattribute defined at extensionsapcpconfiguration.Methods in com.sap.platform.model with parameters of type ServiceClient Modifier and Type Method Description voidCecServiceModel. setIdentifier(ServiceClient value)Generated method - Setter ofCecService.identifierattribute defined at extensionsapcpconfiguration.
-