Uses of Class
org.refcodes.net.HttpSuccessCode
-
-
Uses of HttpSuccessCode in org.refcodes.net
Methods in org.refcodes.net that return HttpSuccessCode Modifier and Type Method Description HttpSuccessCodeHttpSuccessCodeAccessor. getHttpSuccessCode()Retrieves the HTTP success code from the HTTP success code property.static HttpSuccessCodeHttpSuccessCode. toHttpSuccessCode(int aHttpStatusCode)Determines the HTTP success code from the given value by evaluating thegetStatusCode()property.static HttpSuccessCodeHttpSuccessCode. toHttpSuccessCode(org.refcodes.mixin.StatusCodeAccessor<java.lang.Integer> aHttpStatusCode)Determines the HTTP success code from the given HTTP Status-Code property by evaluating thegetStatusCode()property.static HttpSuccessCodeHttpSuccessCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpSuccessCode[]HttpSuccessCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.net with parameters of type HttpSuccessCode Modifier and Type Method Description voidHttpSuccessCodeAccessor.HttpSuccessCodeMutator. setHttpSuccessCode(HttpSuccessCode aSuccessCode)Sets the HTTP success code for the HTTP success code property.BHttpSuccessCodeAccessor.HttpSuccessCodeBuilder. withHttpSuccessCode(HttpSuccessCode aSuccessCode)Sets the HTTP success code for the HTTP success code property.
-