Uses of Class
net.morimekta.providence.PServiceCallType
-
Packages that use PServiceCallType Package Description net.morimekta.providence net.morimekta.providence.serializer -
-
Uses of PServiceCallType in net.morimekta.providence
Fields in net.morimekta.providence with type parameters of type PServiceCallType Modifier and Type Field Description static PEnumDescriptor<PServiceCallType>PServiceCallType. kDescriptorMethods in net.morimekta.providence that return PServiceCallType Modifier and Type Method Description PServiceCallTypePServiceCallType._Builder. build()static PServiceCallTypePServiceCallType. findById(java.lang.Integer id)Find a value based in its IDstatic PServiceCallTypePServiceCallType. findByName(java.lang.String name)Find a value based in its namePServiceCallTypePServiceCall. getType()The type of service call.static PServiceCallTypePServiceCallType. valueForId(int id)Get a value based in its IDstatic PServiceCallTypePServiceCallType. valueForName(java.lang.String name)Get a value based in its namestatic PServiceCallTypePServiceCallType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PServiceCallType[]PServiceCallType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.morimekta.providence that return types with arguments of type PServiceCallType Modifier and Type Method Description PEnumDescriptor<PServiceCallType>PServiceCallType. descriptor()static PEnumDescriptorProvider<PServiceCallType>PServiceCallType. provider()Constructors in net.morimekta.providence with parameters of type PServiceCallType Constructor Description PServiceCall(java.lang.String method, PServiceCallType type, int sequence, Message message) -
Uses of PServiceCallType in net.morimekta.providence.serializer
Methods in net.morimekta.providence.serializer that return PServiceCallType Modifier and Type Method Description PServiceCallTypeSerializerException. getCallType()Methods in net.morimekta.providence.serializer with parameters of type PServiceCallType Modifier and Type Method Description protected booleanSerializer. isRequestCallType(PServiceCallType type)Utility method to check if a service call is a request type.SerializerExceptionSerializerException. setCallType(PServiceCallType callType)
-