public static class UserAuthentication.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<UserAuthentication> implements org.apache.avro.data.RecordBuilder<UserAuthentication>
| Modifier and Type | Method and Description |
|---|---|
UserAuthentication |
build() |
UserAuthentication.Builder |
clearAuthorities()
Clears the value of the 'authorities' field
|
UserAuthentication.Builder |
clearId()
Clears the value of the 'id' field
|
java.util.List<java.lang.CharSequence> |
getAuthorities()
Gets the value of the 'authorities' field
|
java.lang.CharSequence |
getId()
Gets the value of the 'id' field
|
boolean |
hasAuthorities()
Checks whether the 'authorities' field has been set
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
UserAuthentication.Builder |
setAuthorities(java.util.List<java.lang.CharSequence> value)
Sets the value of the 'authorities' field
|
UserAuthentication.Builder |
setId(java.lang.CharSequence value)
Sets the value of the 'id' field
|
public java.lang.CharSequence getId()
public UserAuthentication.Builder setId(java.lang.CharSequence value)
public boolean hasId()
public UserAuthentication.Builder clearId()
public java.util.List<java.lang.CharSequence> getAuthorities()
public UserAuthentication.Builder setAuthorities(java.util.List<java.lang.CharSequence> value)
public boolean hasAuthorities()
public UserAuthentication.Builder clearAuthorities()
public UserAuthentication build()
build in interface org.apache.avro.data.RecordBuilder<UserAuthentication>