java.lang.Object
com.s8.api.flow.space.requests.CreateSpaceS8Request
A Request Object to Create a space
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SpaceS8Object[]the exposure of the spacefinal Stringthe id of the space -
Constructor Summary
ConstructorsConstructorDescriptionCreateSpaceS8Request(String spaceId, SpaceS8Object[] exposure) Main constructor -
Method Summary
Modifier and TypeMethodDescriptionabstract voidCallback method run upon failed request executionabstract voidonProcessed(CreateSpaceS8Request.Status status, long version) Callback method run upon successful request execution
-
Field Details
-
spaceId
the id of the space -
exposure
the exposure of the space
-
-
Constructor Details
-
CreateSpaceS8Request
Main constructor- Parameters:
spaceId- the space idexposure- the initial exposure
-
-
Method Details
-
onProcessed
Callback method run upon successful request execution- Parameters:
status- the response statusversion- the response version
-
onFailed
Callback method run upon failed request execution- Parameters:
exception- the exception raised
-