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

eleme.openapi.sdk.api.enumeration.content.ContentSceneEnum Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.enumeration.content;

public enum ContentSceneEnum {
    /**
     * 饿了么商家pc端视频
     */
    OPEN_API_ALSC_PC_SELLER_CP_VIDEO("OPEN_API_ALSC_PC_SELLER_CP_VIDEO");
    

    private String contentDesc;
    ContentSceneEnum(String contentDesc) {
        this.contentDesc = contentDesc;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy