Package io.stigg.api.operations.type
Class SyncStatus.UNKNOWN__
- java.lang.Object
-
- io.stigg.api.operations.type.SyncStatus
-
- io.stigg.api.operations.type.SyncStatus.UNKNOWN__
-
- Enclosing class:
- SyncStatus
public static class SyncStatus.UNKNOWN__ extends SyncStatus
An enum value that wasn't known at compile time.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.stigg.api.operations.type.SyncStatus
SyncStatus.UNKNOWN__
-
-
Field Summary
-
Fields inherited from class io.stigg.api.operations.type.SyncStatus
ERROR, NO_SYNC_REQUIRED, PENDING, rawValue, SUCCESS, type
-
-
Constructor Summary
Constructors Constructor Description UNKNOWN__(java.lang.String rawValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class io.stigg.api.operations.type.SyncStatus
safeValueOf
-
-