Skip to content

Commit

Permalink
+ IEdmTypeReference.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ariantron committed Dec 21, 2021
1 parent e331e84 commit 077e8e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package io.githhub.TradersTeam.grand_node_java_client.model;

public class IEdmTerm {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package io.githhub.TradersTeam.grand_node_java_client.model;

import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class IEdmTypeReference {
private boolean isNullable;
private IEdmType iEdmType;
}

0 comments on commit 077e8e1

Please sign in to comment.