Class ArcIdentityResponseProperties


  • public final class ArcIdentityResponseProperties
    extends Object
    The ArcIdentityResponseProperties model.
    • Constructor Detail

      • ArcIdentityResponseProperties

        public ArcIdentityResponseProperties()
    • Method Detail

      • arcApplicationClientId

        public String arcApplicationClientId()
        Get the arcApplicationClientId property: The arcApplicationClientId property.
        Returns:
        the arcApplicationClientId value.
      • withArcApplicationClientId

        public ArcIdentityResponseProperties withArcApplicationClientId​(String arcApplicationClientId)
        Set the arcApplicationClientId property: The arcApplicationClientId property.
        Parameters:
        arcApplicationClientId - the arcApplicationClientId value to set.
        Returns:
        the ArcIdentityResponseProperties object itself.
      • arcApplicationTenantId

        public String arcApplicationTenantId()
        Get the arcApplicationTenantId property: The arcApplicationTenantId property.
        Returns:
        the arcApplicationTenantId value.
      • withArcApplicationTenantId

        public ArcIdentityResponseProperties withArcApplicationTenantId​(String arcApplicationTenantId)
        Set the arcApplicationTenantId property: The arcApplicationTenantId property.
        Parameters:
        arcApplicationTenantId - the arcApplicationTenantId value to set.
        Returns:
        the ArcIdentityResponseProperties object itself.
      • arcServicePrincipalObjectId

        public String arcServicePrincipalObjectId()
        Get the arcServicePrincipalObjectId property: The arcServicePrincipalObjectId property.
        Returns:
        the arcServicePrincipalObjectId value.
      • withArcServicePrincipalObjectId

        public ArcIdentityResponseProperties withArcServicePrincipalObjectId​(String arcServicePrincipalObjectId)
        Set the arcServicePrincipalObjectId property: The arcServicePrincipalObjectId property.
        Parameters:
        arcServicePrincipalObjectId - the arcServicePrincipalObjectId value to set.
        Returns:
        the ArcIdentityResponseProperties object itself.
      • arcApplicationObjectId

        public String arcApplicationObjectId()
        Get the arcApplicationObjectId property: The arcApplicationObjectId property.
        Returns:
        the arcApplicationObjectId value.
      • withArcApplicationObjectId

        public ArcIdentityResponseProperties withArcApplicationObjectId​(String arcApplicationObjectId)
        Set the arcApplicationObjectId property: The arcApplicationObjectId property.
        Parameters:
        arcApplicationObjectId - the arcApplicationObjectId value to set.
        Returns:
        the ArcIdentityResponseProperties object itself.
      • validate

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