![JAR search and dependency download from the Maven repository](/logo.png)
com.microsoft.kiota.serialization.ValuedEnum Maven / Gradle / Ivy
package com.microsoft.kiota.serialization;
import jakarta.annotation.Nonnull;
/** The interface for the valued enum. */
public interface ValuedEnum {
/**
* Gets the string representation of the enum value.
* @return the string representation of the enum value.
*/
@Nonnull String getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy