static AcceptApiVersionHeader | 
AcceptApiVersionHeader.valueOf(String string) | 
 Constructs a new header, initialized from the specified string value. 
 | 
static AcceptApiVersionHeader | 
AcceptApiVersionHeader.valueOf(Message<?> message) | 
 Constructs a new header, initialized from the specified message. 
 | 
AcceptApiVersionHeader | 
AcceptApiVersionHeader.withDefaultProtocolVersion(Version version) | 
 Will set the accepted protocol version, if not provided in the
 Accept-API-Version header. 
 | 
AcceptApiVersionHeader | 
AcceptApiVersionHeader.withDefaultResourceVersion(Version version) | 
 Will set the accepted resource version, if not provided in the
 Accept-API-Version header. 
 |