Class UploadSinglePart
java.lang.Object
com.here.platform.data.client.service.blobstore.UploadSinglePart
- All Implemented Interfaces:
Api,Endpoint,HyperMediaEndpoint,VolatileBlobstoreEndpoint,Serializable,scala.Equals,scala.Product
public final class UploadSinglePart
extends Object
implements HyperMediaEndpoint, VolatileBlobstoreEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadSinglePart(org.apache.pekko.http.scaladsl.model.HttpMethod method, String url, int partNumber, org.apache.pekko.http.scaladsl.model.ContentType contentType, scala.Option<HereDigest> digest, org.apache.pekko.util.ByteString part) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) org.apache.pekko.http.scaladsl.model.ContentTypescala.Option<HereDigest>digest()scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader>headers()Note: when change it always check all conflicts/replacements that can happens by base and child classesscala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity>booleanorg.apache.pekko.http.scaladsl.model.HttpMethodmethod()org.apache.pekko.util.ByteStringpart()intscala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode>static StringtoString()uri()url()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.http.Endpoint
acceptableNonSuccessStatusCodes, forceStrict, maxWaitingTimeBetweenRetries, perRequestTimeout, retriesDeadlineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.http.HyperMediaEndpoint
asHttpRequestMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.service.blobstore.VolatileBlobstoreEndpoint
apiType
-
Constructor Details
-
UploadSinglePart
public UploadSinglePart(org.apache.pekko.http.scaladsl.model.HttpMethod method, String url, int partNumber, org.apache.pekko.http.scaladsl.model.ContentType contentType, scala.Option<HereDigest> digest, org.apache.pekko.util.ByteString part)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) -
toString
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
url
-
partNumber
public int partNumber() -
contentType
public org.apache.pekko.http.scaladsl.model.ContentType contentType() -
digest
-
part
public org.apache.pekko.util.ByteString part() -
uri
- Specified by:
uriin interfaceHyperMediaEndpoint
-
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-
isStreamingRequest
public boolean isStreamingRequest()- Specified by:
isStreamingRequestin interfaceEndpoint
-
retriableHttpStatusCodes
public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> retriableHttpStatusCodes()- Specified by:
retriableHttpStatusCodesin interfaceEndpoint
-
headers
public scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader> headers()Description copied from interface:EndpointNote: when change it always check all conflicts/replacements that can happens by base and child classes
-