Class AccessInformationUpdateParameters


  • public final class AccessInformationUpdateParameters
    extends Object
    Tenant access information update parameters.
    • Constructor Detail

      • AccessInformationUpdateParameters

        public AccessInformationUpdateParameters()
    • Method Detail

      • enabled

        public Boolean enabled()
        Get the enabled property: Determines whether direct access is enabled.
        Returns:
        the enabled value.
      • withEnabled

        public AccessInformationUpdateParameters withEnabled​(Boolean enabled)
        Set the enabled property: Determines whether direct access is enabled.
        Parameters:
        enabled - the enabled value to set.
        Returns:
        the AccessInformationUpdateParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.