Uses of Class
model.AuthorizationCapturedExternalResponsesInner
-
Packages that use AuthorizationCapturedExternalResponsesInner Package Description model -
-
Uses of AuthorizationCapturedExternalResponsesInner in model
Methods in model that return AuthorizationCapturedExternalResponsesInner Modifier and Type Method Description AuthorizationCapturedExternalResponsesInnerAuthorizationCapturedExternalResponsesInner. body(String body)AuthorizationCapturedExternalResponsesInnerAuthorizationCapturedExternalResponsesInner. contentType(String contentType)static AuthorizationCapturedExternalResponsesInnerAuthorizationCapturedExternalResponsesInner. fromJson(String jsonString)Create an instance of AuthorizationCapturedExternalResponsesInner given an JSON stringMethods in model that return types with arguments of type AuthorizationCapturedExternalResponsesInner Modifier and Type Method Description List<AuthorizationCapturedExternalResponsesInner>AuthorizationCaptured. getExternalResponses()Get externalResponsesMethods in model with parameters of type AuthorizationCapturedExternalResponsesInner Modifier and Type Method Description AuthorizationCapturedAuthorizationCaptured. addExternalResponsesItem(AuthorizationCapturedExternalResponsesInner externalResponsesItem)Method parameters in model with type arguments of type AuthorizationCapturedExternalResponsesInner Modifier and Type Method Description AuthorizationCapturedAuthorizationCaptured. externalResponses(List<AuthorizationCapturedExternalResponsesInner> externalResponses)voidAuthorizationCaptured. setExternalResponses(List<AuthorizationCapturedExternalResponsesInner> externalResponses)
-