Skip to content
Snippets Groups Projects
Commit 0f53316e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6867 OZG-6906 adopt data types and default values

parent 10dd3166
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ public class OrganisationsEinheit {
@JsonIgnore
private String zufiId;
@JsonIgnore
private long lastSyncTimestamp;
private Long lastSyncTimestamp;
@JsonIgnore
private String parentId;
@JsonIgnore
......@@ -40,5 +40,6 @@ public class OrganisationsEinheit {
private String name;
private String organisationsEinheitId;
private SyncResult syncResult;
private OrganisationsEinheitSettings settings;
@Builder.Default
private OrganisationsEinheitSettings settings = new OrganisationsEinheitSettings(null);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment