Class BundleWriteBody
java.lang.Object
co.permify.sdk.model.BundleWriteBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BundleWriteBody
extends Object
BundleWriteRequest is used to request the writing of a bundle. It contains the tenant_id to identify the tenant and the Bundles object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBundlesItem(DataBundle bundlesItem) bundles(List<DataBundle> bundles) booleanReturn true if this Bundle.WriteBody object is equal to o.Contains the bundle data to be written.inthashCode()voidsetBundles(List<DataBundle> bundles) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BUNDLES
- See Also:
-
-
Constructor Details
-
BundleWriteBody
public BundleWriteBody()
-
-
Method Details
-
bundles
-
addBundlesItem
-
getBundles
Contains the bundle data to be written.- Returns:
- bundles
-
setBundles
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-