Uses of Class
org.mockserver.model.Body.Type

Packages that use Body.Type
org.mockserver.client.serialization.model   
org.mockserver.model   
 

Uses of Body.Type in org.mockserver.client.serialization.model
 

Methods in org.mockserver.client.serialization.model that return Body.Type
 Body.Type BodyDTO.getType()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type Body.Type
BodyDTO(Body.Type type, Boolean not)
           
BodyWithContentTypeDTO(Body.Type type, Boolean not, String contentType)
           
 

Uses of Body.Type in org.mockserver.model
 

Methods in org.mockserver.model that return Body.Type
 Body.Type Body.getType()
           
static Body.Type Body.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Body.Type[] Body.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mockserver.model with parameters of type Body.Type
Body(Body.Type type)
           
BodyWithContentType(Body.Type type, com.google.common.net.MediaType contentType)
           
 



Copyright © 2017. All rights reserved.