JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.microsoft.kiota.serialization
Interface ValuedEnum
public interface
ValuedEnum
The interface for the valued enum.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getValue
()
Gets the string representation of the enum value.
Method Details
getValue
@Nonnull
String
getValue
()
Gets the string representation of the enum value.
Returns:
the string representation of the enum value.