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