Klasse CheckAccessByEmail200Response
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CheckAccessByEmail200Response
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CheckAccessByEmail200Response
extends Object
CheckAccessByEmail200Response
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungList of emails that do not have access to site.List of invalid emails provided in the request. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofCheckAccessByEmail200Response.CheckAccessByEmail200Response(List<String> emailsWithoutAccess, List<String> invalidEmails) Constructs a validated instance ofCheckAccessByEmail200Response. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanList of emails that do not have access to site.emailsWithoutAccess(List<String> emailsWithoutAccess) List of emails that do not have access to site.booleaninthashCode()List of invalid emails provided in the request.invalidEmails(List<String> invalidEmails) List of invalid emails provided in the request.toString()
-
Felddetails
-
emailsWithoutAccess
List of emails that do not have access to site. -
invalidEmails
List of invalid emails provided in the request.
-
-
Konstruktordetails
-
CheckAccessByEmail200Response
Constructs a validated instance ofCheckAccessByEmail200Response.- Parameter:
spec- the specification to process
-
CheckAccessByEmail200Response
@Internal public CheckAccessByEmail200Response(List<String> emailsWithoutAccess, List<String> invalidEmails) Constructs a validated instance ofCheckAccessByEmail200Response.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CheckAccessByEmail200Response(Consumer)instead.- Parameter:
emailsWithoutAccess- List of emails that do not have access to site.invalidEmails- List of invalid emails provided in the request.
-
CheckAccessByEmail200Response
protected CheckAccessByEmail200Response()
-
-
Methodendetails
-
builder
-
emailsWithoutAccess
List of emails that do not have access to site. -
invalidEmails
List of invalid emails provided in the request. -
emailsWithoutAccess
List of emails that do not have access to site.- Gibt zurück:
this.
-
invalidEmails
List of invalid emails provided in the request.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-