Package com.okta.sdk.resource.model
Class StreamConfigurationDelivery
java.lang.Object
com.okta.sdk.resource.model.StreamConfigurationDelivery
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class StreamConfigurationDelivery
extends Object
implements Serializable
Contains information about the intended SET delivery method by the receiver
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The delivery method that the transmitter uses for delivering a SET -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationHeader
(String authorizationHeader) endpointUrl
(URI endpointUrl) boolean
The HTTP Authorization header that is included for each HTTP POST requestorg.openapitools.jackson.nullable.JsonNullable
<String> The target endpoint URL where the transmitter delivers the SET using HTTP POST requestsThe delivery method that the transmitter uses for delivering a SETint
hashCode()
void
setAuthorizationHeader
(String authorizationHeader) void
setAuthorizationHeader_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> authorizationHeader) void
setEndpointUrl
(URI endpointUrl) void
toString()
-
Field Details
-
JSON_PROPERTY_AUTHORIZATION_HEADER
- See Also:
-
JSON_PROPERTY_ENDPOINT_URL
- See Also:
-
JSON_PROPERTY_METHOD
- See Also:
-
-
Constructor Details
-
StreamConfigurationDelivery
public StreamConfigurationDelivery()
-
-
Method Details
-
authorizationHeader
-
getAuthorizationHeader
-
getAuthorizationHeader_JsonNullable
-
setAuthorizationHeader_JsonNullable
public void setAuthorizationHeader_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authorizationHeader) -
setAuthorizationHeader
-
endpointUrl
-
getEndpointUrl
-
setEndpointUrl
-
method
-
getMethod
The delivery method that the transmitter uses for delivering a SET- Returns:
- method
-
setMethod
-
equals
-
hashCode
-
toString
-