MCPcopy Create free account
hub / github.com/cool-team-official/cool-admin-java / Apis

Class Apis

src/main/java/com/cool/core/enums/Apis.java:3–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package com.cool.core.enums;
2
3public class Apis {
4 public static final String ADD = "add";
5 public static final String DELETE = "delete";
6 public static final String UPDATE = "update";
7 public static final String PAGE = "page";
8 public static final String LIST = "list";
9 public static final String INFO = "info";
10
11
12 public static final String[] ALL_API = new String[]{ ADD, DELETE, UPDATE, PAGE, LIST, INFO };
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected