Uses of Enum
no.digipost.signature.client.core.internal.http.StatusCode.Family
Packages that use StatusCode.Family
-
Uses of StatusCode.Family in no.digipost.signature.client.core.internal.http
Methods in no.digipost.signature.client.core.internal.http that return StatusCode.FamilyModifier and TypeMethodDescriptionStatusCode.family()static StatusCode.FamilyStatusCode.Family.of(int statusCode) static StatusCode.FamilyReturns the enum constant of this type with the specified name.static StatusCode.Family[]StatusCode.Family.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.signature.client.core.internal.http with parameters of type StatusCode.FamilyModifier and TypeMethodDescriptionResponseStatus.expect(StatusCode.Family expectedStatusFamily) ResponseStatus.expectOneOf(StatusCode.Family... expectedStatusFamilies) booleanStatusCode.is(StatusCode.Family family) booleanStatusCode.isOneOf(StatusCode.Family first, StatusCode.Family... rest) Method parameters in no.digipost.signature.client.core.internal.http with type arguments of type StatusCode.Family