Class IamUserAvatar.Builder

  • Enclosing class:
    IamUserAvatar

    public static final class IamUserAvatar.Builder
    extends java.lang.Object
    • Method Detail

      • id

        public IamUserAvatar.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • remoteId

        public IamUserAvatar.Builder remoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • remoteId

        public IamUserAvatar.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • name

        public IamUserAvatar.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the file
      • contents

        @Deprecated
        public IamUserAvatar.Builder contents​(java.util.List<Content> contents)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
        The content of the file. Deprecated, use `url` and `file_format` one level up instead
      • contents

        @Deprecated
        public IamUserAvatar.Builder contents​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Content>> contents)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
        The content of the file. Deprecated, use `url` and `file_format` one level up instead
      • categoryId

        public IamUserAvatar.Builder categoryId​(java.lang.String categoryId)
        The categoryId of the documents
      • categoryId

        public IamUserAvatar.Builder categoryId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
        The categoryId of the documents
      • createdAt

        public IamUserAvatar.Builder createdAt​(java.time.OffsetDateTime createdAt)
        The creation date of the file
      • createdAt

        public IamUserAvatar.Builder createdAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The creation date of the file
      • updatedAt

        public IamUserAvatar.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
        The update date of the file
      • updatedAt

        public IamUserAvatar.Builder updatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The update date of the file
      • remoteUrl

        public IamUserAvatar.Builder remoteUrl​(java.lang.String remoteUrl)
        URL where the file content is located
      • remoteUrl

        public IamUserAvatar.Builder remoteUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)
        URL where the file content is located