Class RunBundleBody
java.lang.Object
co.permify.sdk.model.RunBundleBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RunBundleBody
extends Object
BundleRunRequest is used to request the execution of a bundle. It includes tenant_id, the name of the bundle, and additional arguments for execution.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this RunBundleBody object is equal to o.Additional key-value pairs for execution arguments.getName()Name of the bundle to be executed.inthashCode()putArgumentsItem(String key, String argumentsItem) voidsetArguments(Map<String, String> arguments) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ARGUMENTS
- See Also:
-
-
Constructor Details
-
RunBundleBody
public RunBundleBody()
-
-
Method Details
-
name
-
getName
-
setName
-
arguments
-
putArgumentsItem
-
getArguments
-
setArguments
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-