Package com.microsoft.kiota
Class ResponseHeaders
java.lang.Object
com.microsoft.kiota.CaseInsensitiveMap
com.microsoft.kiota.Headers
com.microsoft.kiota.ResponseHeaders
A class representing the headers of a request.
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorResponseHeaders(ResponseHeaders responseHeaders) Copy constructor -
Method Summary
Methods inherited from class com.microsoft.kiota.CaseInsensitiveMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, normalizeKey, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ResponseHeaders
public ResponseHeaders()Default constructor -
ResponseHeaders
Copy constructor- Parameters:
responseHeaders- The response headers to initialize with.
-