All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy