Klasse GetPrivacyUnsafeUserEmailBulkOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetPrivacyUnsafeUserEmailBulkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetPrivacyUnsafeUserEmailBulkOperationSpec
extends Object
GetPrivacyUnsafeUserEmailBulkSpec
Specification for the GetPrivacyUnsafeUserEmailBulk operation.
Get user email addresses in batch
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetPrivacyUnsafeUserEmailBulkOperationSpec(Consumer<GetPrivacyUnsafeUserEmailBulkOperationSpec> spec) Constructs a validated instance ofGetPrivacyUnsafeUserEmailBulkOperationSpec.GetPrivacyUnsafeUserEmailBulkOperationSpec(List<String> accountId) Constructs a validated instance ofGetPrivacyUnsafeUserEmailBulkOperationSpec. -
Methodenübersicht
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetPrivacyUnsafeUserEmailBulkOperationSpec
@Internal public GetPrivacyUnsafeUserEmailBulkOperationSpec(Consumer<GetPrivacyUnsafeUserEmailBulkOperationSpec> spec) Constructs a validated instance ofGetPrivacyUnsafeUserEmailBulkOperationSpec.- Parameter:
spec- the specification to process
-
GetPrivacyUnsafeUserEmailBulkOperationSpec
Constructs a validated instance ofGetPrivacyUnsafeUserEmailBulkOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
accountId- The account IDs of the users.
-
GetPrivacyUnsafeUserEmailBulkOperationSpec
protected GetPrivacyUnsafeUserEmailBulkOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetPrivacyUnsafeUserEmailBulkOperationSpec.GetPrivacyUnsafeUserEmailBulkOperationSpecBuilder builder() -
accountId
The account IDs of the users. -
accountId
public GetPrivacyUnsafeUserEmailBulkOperationSpec accountId(@NotNull @NotNull List<String> accountId) The account IDs of the users.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-