Package com.okta.sdk.resource.model
Class StreamConfigurationCreateRequest
java.lang.Object
com.okta.sdk.resource.model.StreamConfigurationCreateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class StreamConfigurationCreateRequest
extends Object
implements Serializable
StreamConfigurationCreateRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Subject Identifier format expected for any SET transmitted. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddeventsRequestedItem(URI eventsRequestedItem) delivery(StreamConfigurationDelivery delivery) booleaneventsRequested(List<URI> eventsRequested) Get deliveryThe events (mapped by the array of event type URIs) that the receiver wants to receiveThe Subject Identifier format expected for any SET transmitted.inthashCode()voidsetDelivery(StreamConfigurationDelivery delivery) voidsetEventsRequested(List<URI> eventsRequested) voidtoString()
-
Field Details
-
JSON_PROPERTY_DELIVERY
- See Also:
-
JSON_PROPERTY_EVENTS_REQUESTED
- See Also:
-
JSON_PROPERTY_FORMAT
- See Also:
-
-
Constructor Details
-
StreamConfigurationCreateRequest
public StreamConfigurationCreateRequest()
-
-
Method Details
-
delivery
-
getDelivery
-
setDelivery
-
eventsRequested
-
addeventsRequestedItem
-
getEventsRequested
-
setEventsRequested
-
format
-
getFormat
The Subject Identifier format expected for any SET transmitted.- Returns:
- format
-
setFormat
-
equals
-
hashCode
-
toString
-