Record Class GitlabConfiguration
java.lang.Object
java.lang.Record
org.sonarqube.ws.client.gitlab.configuration.GitlabConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionGitlabConfiguration(boolean enabled, String applicationId, String url, String secret, boolean synchronizeGroups, String provisioningType, boolean allowUsersToSignUp, String provisioningToken, String singleAllowedGroup) Creates an instance of aGitlabConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of theallowUsersToSignUprecord component.Returns the value of theapplicationIdrecord component.booleanenabled()Returns the value of theenabledrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theprovisioningTokenrecord component.Returns the value of theprovisioningTyperecord component.secret()Returns the value of thesecretrecord component.Returns the value of thesingleAllowedGrouprecord component.booleanReturns the value of thesynchronizeGroupsrecord component.final StringtoString()Returns a string representation of this record class.url()Returns the value of theurlrecord component.
-
Constructor Details
-
GitlabConfiguration
public GitlabConfiguration(boolean enabled, String applicationId, String url, String secret, boolean synchronizeGroups, String provisioningType, boolean allowUsersToSignUp, String provisioningToken, String singleAllowedGroup) Creates an instance of aGitlabConfigurationrecord class.- Parameters:
enabled- the value for theenabledrecord componentapplicationId- the value for theapplicationIdrecord componenturl- the value for theurlrecord componentsecret- the value for thesecretrecord componentsynchronizeGroups- the value for thesynchronizeGroupsrecord componentprovisioningType- the value for theprovisioningTyperecord componentallowUsersToSignUp- the value for theallowUsersToSignUprecord componentprovisioningToken- the value for theprovisioningTokenrecord componentsingleAllowedGroup- the value for thesingleAllowedGrouprecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
enabled
public boolean enabled()Returns the value of theenabledrecord component.- Returns:
- the value of the
enabledrecord component
-
applicationId
Returns the value of theapplicationIdrecord component.- Returns:
- the value of the
applicationIdrecord component
-
url
Returns the value of theurlrecord component.- Returns:
- the value of the
urlrecord component
-
secret
Returns the value of thesecretrecord component.- Returns:
- the value of the
secretrecord component
-
synchronizeGroups
public boolean synchronizeGroups()Returns the value of thesynchronizeGroupsrecord component.- Returns:
- the value of the
synchronizeGroupsrecord component
-
provisioningType
Returns the value of theprovisioningTyperecord component.- Returns:
- the value of the
provisioningTyperecord component
-
allowUsersToSignUp
public boolean allowUsersToSignUp()Returns the value of theallowUsersToSignUprecord component.- Returns:
- the value of the
allowUsersToSignUprecord component
-
provisioningToken
Returns the value of theprovisioningTokenrecord component.- Returns:
- the value of the
provisioningTokenrecord component
-
singleAllowedGroup
Returns the value of thesingleAllowedGrouprecord component.- Returns:
- the value of the
singleAllowedGrouprecord component
-