Package | Description |
---|---|
com.iland.core.api.constants | |
com.iland.core.api.serialization | |
com.iland.core.web.rest.response.operatingsystem |
Modifier and Type | Method and Description |
---|---|
static OperatingSystem |
OperatingSystem.fromInternalName(String internalName)
Gets an operating system by its internal identifier.
|
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
OperatingSystemSerializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
OperatingSystemSerializer.serialize(OperatingSystem src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Constructor and Description |
---|
OperatingSystemListResponse(List<OperatingSystem> data) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.