All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.edmunds.rest.databricks.DTO.groups.PrincipalNameDTO Maven / Gradle / Ivy

Go to download

A simple java rest client to interact with the Databricks Rest Service https://docs.databricks.com/api/latest/index.html

There is a newer version: 3.3.3
Show newest version
package com.edmunds.rest.databricks.DTO.groups;

import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import lombok.Data;

/**
 *
 */
@Data
public class PrincipalNameDTO implements Serializable {

  @JsonProperty("user_name")
  private String userName;
  @JsonProperty("group_name")
  private String groupName;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy