Class SignedIdentifierInner


  • public class SignedIdentifierInner
    extends java.lang.Object
    signed identifier.
    • Constructor Detail

      • SignedIdentifierInner

        public SignedIdentifierInner()
    • Method Detail

      • id

        public java.lang.String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public SignedIdentifierInner withId​(java.lang.String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the SignedIdentifierInner object itself.
      • accessPolicy

        public AccessPolicy accessPolicy()
        Get the accessPolicy value.
        Returns:
        the accessPolicy value
      • withAccessPolicy

        public SignedIdentifierInner withAccessPolicy​(AccessPolicy accessPolicy)
        Set the accessPolicy value.
        Parameters:
        accessPolicy - the accessPolicy value to set
        Returns:
        the SignedIdentifierInner object itself.