Interface SupportedVersionsResponse
-
- All Superinterfaces:
ApiResponse,DeepCopyable
- All Known Implementing Classes:
SupportedVersionsResponseImpl
public interface SupportedVersionsResponse extends ApiResponse
API response to a supported version list request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Version>getSupported()get the list of supported versions by the API-
Methods inherited from interface ninja.codingsolutions.solaredgeapiclient.models.ApiResponse
getSiteIds, setSiteIds
-
Methods inherited from interface ninja.codingsolutions.solaredgeapiclient.interfaces.DeepCopyable
deepCopy
-
-
-
-
Method Detail
-
getSupported
java.util.List<Version> getSupported()
get the list of supported versions by the API- Returns:
- {java.util.List} list of versions supported by the API
-
-