Since: API level 17
public static final enum

FirewallResponse.Result

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.net.firewall.FirewallResponse.Result

Class Overview

These constants indicate the possible results of an operation.

Since
API level 17
MDM 5.5

Summary

Enum Values
FirewallResponse.Result  FAILED  Indicates that the operation has failed. 
FirewallResponse.Result  NO_CHANGES  Indicates that the operation was executed successfully but no changes were performed. 
FirewallResponse.Result  SUCCESS  Indicates that the operation was executed successfully. 
Public Methods
static FirewallResponse.Result valueOf(String name)
final static Result[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FirewallResponse.Result FAILED

Since: API level

Indicates that the operation has failed.

Since
API level 17
MDM 5.5

public static final FirewallResponse.Result NO_CHANGES

Since: API level

Indicates that the operation was executed successfully but no changes were performed.

Since
API level 17
MDM 5.5

public static final FirewallResponse.Result SUCCESS

Since: API level

Indicates that the operation was executed successfully.

Since
API level 17
MDM 5.5

Public Methods

public static FirewallResponse.Result valueOf (String name)

Since: API level 28

public static final Result[] values ()

Since: API level 28