Uses of Interface
org.javacord.api.util.rest.RestRequestInformation
-
Packages that use RestRequestInformation Package Description org.javacord.api.exception org.javacord.api.util.rest -
-
Uses of RestRequestInformation in org.javacord.api.exception
Methods in org.javacord.api.exception that return types with arguments of type RestRequestInformation Modifier and Type Method Description Optional<RestRequestInformation>DiscordException. getRequest()Gets information about the request which caused the exception. -
Uses of RestRequestInformation in org.javacord.api.util.rest
Methods in org.javacord.api.util.rest that return RestRequestInformation Modifier and Type Method Description RestRequestInformationRestRequestResponseInformation. getRequest()Gets the request which this response answered.
-